Thanks for putting these instructions up.
I wasn't sure whether or not to start another topic or piggy back on this one so I hope the later is OK.
Although I understand what is generally needed, I am lost on a few points:
By the way, I’m using caps for clarity. I’m not shouting. :o )
STEP 1)
* e-mail address for the lead ~ NO PROBLEM
* hidden field to capture client IP (default value) ~ NO PROBLEM
* hidden field to capture unique id capable of being dynamically populated (I called mine unique_id) ~ THE HIDDEN FIELD HAS AN ADVANCED TAB WHICH DISPLAYS:
A section: “Default Value” (dropdown) with “Insert Variable” as the default which has a blank field by default under it. WHICH VALUE IS SELECTED WHAT GOES IN THE FIELD?
A section: “Allow field to be populated dynamically” (checkbox) and when checked, which is what we want, the following appears:
A section: “Parameter Name:” with a blank field. WHAT GOES IN THIS FIELD?
STEP 2)
Shortcut to invoke form and pass unique id (in case you want to call form from multiple places on your website)
[gravityform id=12 title=false description=false field_values='unique_id=1']
I’M AFRAID I DON’T UNDERSTAND THIS AT ALL. WHAT DO I NEED TO CREATE/EDIT/ADD AND WHERE?
STEP 3)
Following code to go into “functions.php” file of your theme (NO PROBLEM) – replace form id with your own form reference number (I ASSUME THIS IS JUST THE FORM ID AND NOT SOME DIFFERENT REFERENCE NUMBER FOUND OR CREATED ELSEWHERE) and replace the field numbers for the three $_POST’s (WHAT ARE THEY REPLACED WITH?).
I would be really grateful for any advice.
Thanks,
David
Posted 13 years ago on Thursday March 31, 2011 |
Permalink