Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

POST or GET don’t work

$
0
0

Replies: 0

Hi !

I’m trying tu use this plugin to populate some hidden fields on my website. I tried numerous combinations but CF7_GET or CF7_POST don’t work 🙁

I can see my GET variable in the url of the page where the form is but nothing happens. Same thing with the POST request. I can see the info is sent but never catched by the dynamic field.

My dynamic text is this :
[dynamictext dynamicname “CF7_POST key=’foo’”]

The form i use is this:
<form action=”/test-form/” method=”POST”>
<input type=”text” name=”foo” value=””><br>
<input type=”submit” value=”Submit”>
</form>

I’m just trying to import some info from a form (i prefer the infos to be hidden -> POST) to another form on a wordpress page.

Did i get this wrong ? Any parameters wrong ?

Thanks guys 🙂


Viewing all articles
Browse latest Browse all 59525

Trending Articles