Hi Tamas,
I’m not sure with just that info.
Are you sure the data has actually been POSTed to the server? The shortcode refers to the $_POST array, not just any array called $POST.
Thread Starter
vtamas
(@vtamas)
Hi sevenspark,
Yes I’m sure. I have two variables what I post with $_POST:
$service = isset($_POST[‘service’]) ? $_POST[‘service’] : ”;
$age= isset($_POST[‘age’]) ? $_POST[‘age’] : ”;
In the form extension I wrote:
[dynamictext dynamictext-716 “CF7_POST key=’age'”]
[dynamictext dynamictext-421 “CF7_POST key=’service'”]
The result:
The value of age appears.
The values of servis don’t appear.
I checked with FF developer console and I see the values of both variables.
I’m sure, I do it anything wrong, but I don’t know what.
Thank you
Hmm, can you send me the exact content of the data you’re posting so I can try to recreate it?
You mentioned that “age” appears but “servis” does not. However, the key you’re using is “service”, not “servis”. Are you sure the key of the data you’re posting and the key you’re using in the shortcode are identical?
Thread Starter
vtamas
(@vtamas)
Servis is just mistyping.
Please give me an email address and I send you the detailed data. Thank you!
You can send it here if you want: http://sevenspark.com/about . Please reference this topic