Skip to main content

Hi everyone! 

Not a long time ago I used initial values to conect two different public forms with email templates.

On public form A we collected a sort of data from a stakeholder X that we used to fill a public form B to another stakeholder (Y). 

At the time I used email template to send the link from public form B with the initial values from public form A. I used the following logic:

 

curl_from_public-form_B]%field-id_b¹={{dynamic-field_a¹}}&field-id_b²={{dynamic-field_a²}} … 

 

Does anyone know where am I failling on this? :grin::disappointed_relieved:

Updating: @felipe-borer helped me to solve the problem! 

 

:negative_squared_cross_mark:  /url_from_public-form_B]%field-id_b¹={{dynamic-field_a¹}}&field-id_b²={{dynamic-field_a²}} … 

:white_check_mark:  turl_from_public-form_B]?field-id_b¹={{dynamic-field_a¹}}&field-id_b²={{dynamic-field_a²}} … 


Reply