infoodle Unique ID
  • 2 Minutes to read
  • Dark
    Light

infoodle Unique ID

  • Dark
    Light

Article Summary

The infoodle Unique ID field is used on a form to enable you to update existing contact record data.

This field can not be used to create new records. If the call is made to the form incorrectly you will not be able to approve the form (although the user can complete it).

Creating a link to this form

The purpose is to update the data of an existing contact record, therefore you need to include the records unique ID in the link to the form. e.g.

https://demo.infoodle.com//form_process?g=e71ad81b-e30a-4f50-b641-df7e7a78743b&uid=21

The uid=21 on the end is the contacts unique ID.

When sending out an email to the contact - you can construct a link by entering the following:

https://demo.infoodle.com//form_process?g=e71ad81b-e30a-4f50-b641-df7e7a78743b&uid={person ID}

The details prior to the &uid portion is what you get from the Publish tab when building a form.

Make sure you include all the letters &uid={person ID} exactly as its written here, or it wont work!

When the user clicks the link - infoodle 'knows' that this is for infoodle unique ID 21 (assuming you have placed this field on the form somewhere!)

If you use the name version for the form link, for example,

https://demo.localinfoodle.com/f/MyTestForm

You should add a uid starting with a ? not a &

https://demo.localinfoodle.com/f/MyTestForm?uid={person ID}

What the user sees

The users don't see this field or its data on the screen and they can't edit it or change it. infoodle validates the uid to make sure its present and should match a record in your database If they adjusted the link in some way or if there is a problem, an error is shown to the user.

What the approver sees

When approving the form, you will see the unique ID that was used. This can't be edited.

When looking at the form entry details, you are shown the matching record details. You are not shown any other matches, and you dont have the opportunity to match it to any other contact, other than the one identified by the unique ID field data.

What other data fields can I include on the form?

The rest of the form process works as normal. You can include any other fields on the form that you want to capture - you just now know which user it applies to.

Can I add other data from the database on to the link?

Yes - you can include any text fields e.g. name or address data along with the {Person ID} data when you send out the email. You do this with the standard personalisation process.

For more information, see Adding data to a form - advanced usage.


Was this article helpful?