Search
|
|
| Post |
|
Damian - Guest
5:20 pm - June 11, 2008
|
| |
|
Is there a way to pre-populate a form field with a php GET variable?
I'd like to do something like this:
1. Create a lin to my form like this: http://mysite.com/form/?name=value
2. Have the form show the URL variable's value in specific field
Is that currently supported?
Thanks! Damian
|
|
|
Oliver
- Admin
6:09 pm - June 11, 2008
posts 3549 |
| |
|
That's exactly how it works :-)
Just try
with XXX being the ID of the field (e.g. cf2_field_1), and YYY the value.
|
|