Aug 22nd, 2013, 3:22 PM
AnnaMarie -
FormTools is designed to be used by your web designer, if you're trying to create an external form (a form accessible by visiting your website). You'll need at least minimal (to moderate) experience in web design coding with HTML. Knowing a bit of PHP would also be helpful, but isn't necessary.
FormTools can also be used to create internal forms (requires the user be logged into the FormTools admin portal of your website).
It looks like you are trying to create an external form, and have gotten FormTools installed and working properly already, great! The code you posted is meant to be placed in the source code of your web page (your HTML form). The <form> tag you posted would replace the one you have there now, while the two <input> tags would simply be added to your existing HTML, directly after the <form> tag.
FormTools is designed to be used by your web designer, if you're trying to create an external form (a form accessible by visiting your website). You'll need at least minimal (to moderate) experience in web design coding with HTML. Knowing a bit of PHP would also be helpful, but isn't necessary.
FormTools can also be used to create internal forms (requires the user be logged into the FormTools admin portal of your website).
It looks like you are trying to create an external form, and have gotten FormTools installed and working properly already, great! The code you posted is meant to be placed in the source code of your web page (your HTML form). The <form> tag you posted would replace the one you have there now, while the two <input> tags would simply be added to your existing HTML, directly after the <form> tag.