I'm not quite sure what you want to do... let me see if I have it:
- You have a custom field in your posts with a custom field name of property_reference
- You have a form you display on your posts
- You want to store the value of the property_reference field with the form submission
Is this correct?
If so... here is what you can do:
- Edit your form
- Add a Hidden Field to your form
- Edit the Hidden Field
- Give it a Field Label of "Property Reference"
- Select the Advanced Tab
- In the default value use "{custom_field:property_reference}" without the quotes
- Save your form
Now when you submit this form from a post that has a custom field of property_reference it's value will be stored as the value of your hidden field.
Posted 13 years ago on Monday July 18, 2011 |
Permalink