Remotely hosted form service

Processing an existing form

To use an existing form on your website with our service, you need to:

  • Register for our service
  • Log in to the User Admin Area
  • Get code to add to your existing form

You can register for our service from the Register link above (it only takes a moment). Once registered, log in to the User Admin Area from the Login link above. When you are in the User Admin Area, you will see a form configuration for a contact form. Click on the "Using your own form?" link. This will take you to a page that shows you the additional code you need to add to your form so that it can be used with our service.

You will need to change the <form> tag of your form, to this:

<form action="http://formtoemailremote.com/user_forms.php" method="post">

You will need to add these hidden inputs to your form code:

<input type="hidden" name="user_id" value="XXXXXXXXXXXXXXXXXXXX">
<input type="hidden" name="form_id" value="X">

NOTE: The user_id and form_id values (indicated above by X) will automatically be coded into the code snippets for you in the User Admin Area.

Open up your form page in a text or HTML editor and make the above changes. Save the page and upload it to your webspace.

That's it! Your form will now be fully working through our service.

By default, the form will send an email to the email address shown in the User Admin Area. This is the email address you entered when you registered. You can change this (and other form settings) in the form configuration edit page, which you can get from the User Admin Area.

Join our mailing list - Get news & updates -   
© FormToEmailRemote.com 2009 - 2012