[Pro] Is there a way to do this on a form??

OK - here it is http://www.deltadesign.co/FW7Test/simple-form-check.html

1 - Add the following script in Page>Html Markup in the Before section.

<script>
function alertemail(which){
if (confirm("You entered ""+which.value+"" as your email address. Is that correct?"))
return true
else{
which.focus()
return false
}
}
</script>

2 - Make sure that the Name and the ID of your email field are email.

3 - Apply the PHPFF action as a page action.

4 - Go to Page>Form Setrup and under the Extended Tab add the name/value pair of

onSubmit/return alertemail(email)

Note that ‘email’ in here matches the name/ID of your email field.

5 - Upload and test

David


freewaytalk mailing list
email@hidden
Update your subscriptions at: