Hi, I have searched the posts and can't find an answer to my dilemma. I am trying to populate two fields on the same form using short code.
I started with one field & used the code:
[gravityform id="2" name="To calculate how much fabric that you require please click here." ajax="true" field_values='price_metre=22']
Which worked fine.
I then added another field like this:
[gravityform id="2" name="To calculate how much fabric that you require please click here." ajax="true" field_values='price_metre=22&pattern_repeat=1]
Then neither field worked and the code go changed on updating the post to:
[gravityform id="2" name="To calculate how much fabric that you require please click here." ajax="true" field_values='price_metre=22?amp;Pattern_repeat=1']
So then I tried 2 codes & I have:
[gravityform id="2" name="To calculate how much fabric that you require please click here." ajax="true" ]
[gravityform id=2 field_values='price_metre=22?amp;Pattern_repeat=1']
This doesn't work either.
Not sure if this is normal for the code to get changed on update from " ' " to "'" or is there a setting somewhere that I need to change?
Much appreciate some help.
Thanks Dawn