Does work
-
Just works fine.
Usage:
1. Create a form 7 as usual.
2. Then insert the form within your page:
[contact-form-7 id="9999" title="Your Form"]
3. Then within form 7 FORM editor, you can use:
[showparam productname]
// this will just insert as text
[getparam productname]
// this will insert a hidden field which you can use later4. Within form 7 EMAIL, you can use (along side with other form 7 code):
Product name: [productname] Message Body: [your-message]
You call the form within web browser like so:
http YOURSITE/form/?productname=HelloWorld
- The topic ‘Does work’ is closed to new replies.