Jump to content
  • 0

How to embed a package order form?


xu2steve

Question

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>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...