Form fields auto population from email

Hi Guys,

 

  1. using matrix 4.18.0

 

 

I have three  separate  forms all to which have the same field names between all three ( though obviously with different question ID's)

 

They submit to various approvers and the link to the next form is  the email receipt.

 

I was wondering if is was possible with matrix custom forms to auto populate a few of these fields that are generic between the rest? I'm using a form submission ID as the generic submission number and we know there will be some issues with typing numbers in.

 

cheers

Fuzz

 

 

 

you could build the submission values into the query string in your email links and prefill them by using %globals_get_whatever% as the default value on the fields in the latter forms

ahhh - nice. Thanks JP i'll give that a crack.