

#Verify email address online update#
Now create a hyperlink to the validation Update Form host web page. Write a message in the message panel using HTML.Select HTML from the Email format dropdown field on the bottom of the screen.Enter a subject in the subject field to indicate that action is still required from your end-user.Select a valid sender email address from a dropdown list.On the Acknowledgment Email screen, we will configure the acknowledgment email to link to the validation Update Form’s host web page. On the Destination and Emails screen of the DataPage wizard, in the Automatic Email Options section, click on Acknowledgment email to email address submitted in form, and select your authentication table’s email field from the dropdown field. This will automatically fill your GUID field with a 128-bit Globally Unique Identifier.

From the Format dropdown field select For Application Use.From the AutoValue Type dropdown field, select Random Unique ID.Select AutoValue from the Form elements dropdown field.Select your GUID field from the DataPage Elements panel.Now we will configure the GUID field to automatically create a GUID value. Select Email from the Form element dropdown field.In the Configure Fields screen select your email field.Proceed to the Select Fields screen add the email field and the GUID field to the included fields.Select your authentication table as a base table (data source).Click on the New DataPage button and create a Submission Form.
#Verify email address online registration#
Create a registration Web Form with an email hyperlink We will be using this URL in the next step to create the hyperlink contained in the acknowledgment email. Deploy the Update Form to a web pageĭeploy the Update Form to a web page and note the URL. In this example, after the Update Form has been submitted the end-user is directed to a confirmation web page. On the Destination and Emails screen of the DataPage wizard you can choose a destination page. Copy and paste the JavaScript provided at the end of this article into the HTML Block panel.Click the Insert button at the lower right-hand corner of the DataPage Elements panel and add HTML Block.

If you would like the validation Update Form to submit itself automatically you can add a line of JavaScript to an HTML block in the DataPage. Be sure to remember this parameter fieldname (GUID) as it will be needed later when you create the hyperlink in the acknowledgment email. Change the parameter name to match the fieldname of your GUID field. Select your GUID field from the Unique ID field dropdown.
