xu2steve Posted March 24, 2021 Report Posted March 24, 2021 how to embed a package order form on other site? like embed the login form below: <form method="post" action="http://yourdomain.com/blesta_folder/clients/login/"> Username: <input type="text" name="username" value="" id="login_username" /><br /> Password: <input type="password" name="password" value="" id="login_password" /><br /> <input type="submit" name="login" value="Login" class="btn hide_submit" hidefocus="true" /> </form> Quote
0 Paul Posted March 24, 2021 Report Posted March 24, 2021 2 hours ago, xu2steve said: how to embed a package order form on other site? like embed the login form below: <form method="post" action="http://yourdomain.com/blesta_folder/clients/login/"> Username: <input type="text" name="username" value="" id="login_username" /><br /> Password: <input type="password" name="password" value="" id="login_password" /><br /> <input type="submit" name="login" value="Login" class="btn hide_submit" hidefocus="true" /> </form> You just need to link to the package with any options you want to use, so no need to use a form. If you have a button though, just link it to the right URL. See https://docs.blesta.com/display/user/Order+System#OrderSystem-LinkingtoOrderPages on how to link to order forms. You can link to a specific package, select a specific term, apply a specific coupon, even submit any config option data to pre-populate. Quote
Question
xu2steve
how to embed a package order form on other site?
like embed the login form below:
<form method="post" action="http://yourdomain.com/blesta_folder/clients/login/">
Username: <input type="text" name="username" value="" id="login_username" /><br />
Password: <input type="password" name="password" value="" id="login_password" /><br />
<input type="submit" name="login" value="Login" class="btn hide_submit" hidefocus="true" />
</form>
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.