Jump to content
  • 0

How to embed a package order form?


Question

Posted

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

  • 0
Posted
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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...