Hi,
I need some help! I don't understand how to use the Query Strings.
I want Gravity Forms to redirect to a WordPress page and add a query string like ?name=Victor so that I can print something like "Thank you for your submission Victor!". How can I catch the my passed variable "name"? I've tried $_POST["name"] and get_query_variable("name") with no luck.
Thanks in advance!
Best regards