Agreement form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to add a page that gives some rules and regulations, then
requires a checked box with I AGREE next to it before the customer moves to
the next page. I need to save the agreement.

any advice?

My host supports FP extensions on windows server, MSSQL Server,ODBC
 
Hi,
something like this
Check here to agree: <input type="checkbox" name="agree">
<input type="submit" onclick="if(!this.form.agree.checked){alert('You must
agree');return false;" value="Submit Form">

Cheers,
Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top