I'm creating a form with a field for the contacts email. After the user types in their email, I would like the email to become "clickable", so when the job is complete, one can click the email link and send back to user.
I'm creating a form with a field for the contacts email. After the user types in their email, I would like the email to become "clickable", so when the job is complete, one can click the email link and send back to user.
You could require a password on the submit button to send the form by you or the user.
Set the important fields as required fields. This will prevent the Submit button from sending the form until all required fields have data entered.
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.