Hi David,
ok I try to explain my problem!
I have create 2 Forms! The first form is a registration form that I made with the User Registration Add-On. One of the fields of this form il the User Phone Number.
This registration form is ok!
After I have create the second form that I called Price Configurator.
This form is in a restricted Area and I use s2Member to do this.
Now, when the user go to my price configuration page, s2Member controls if the user is logged or not. If is not logged appears the login form, if the user is not registred, he can do that with the Registration form (made with Gravityform).
So, the access to the Price Configuration form is only for registred users.
When a registred user fills the Price Configuration form and sends it, the form sends a notification to the admin via email!
In the notification email I put the Merge Tag {all_fields}. I need in this email also the field User Phone Number that the user filled in the Registration form.
I read the documentation about "Allow field to be populated dynamically" to the page: http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically
But I don't understand who can I adapt the general rule to my specific case.
I try to apply the rule that you wrote on the support page: "Passing Data by Shortcode ".
In my form page I insert your code:
[gravityforms id=1 field_values='parameter_name=val¶meter_name2=val']
that I modify like this:
[gravityforms id=2 field_values='tel_user=val']
tel_user is the parameter name that I put in the field User Phone Number in both forms.
In this case I don't know if the code is correct... but I think is wrong!!!
I hope I was more clear than in my first message.
Have you some documents that I can study or a link to a specific case that I can see?
Or simply someone can help me please?
Thanks!
Posted 11 years ago on Saturday March 2, 2013 |
Permalink