@Greyhead: Question about [GH] cURL action

StudioHartong 09 Jan, 2014
Hi Bob,

I was wondering if it's possible to use a dynamic cURL parameter.

Normal usage: curl_param_name_1={form_field_name}
What i want: {dynamic_curl_param}={form_field_name}
Or even better: field{dynamic_number}={form_field_name}

When i try to do this i get below error
Response: field "field{dynamic_number}" not secured

Do you know if this is possible through the action, or do i need to custom code this?

Thank you
Edit: Sorry wrong forum :?
GreyHead 09 Jan, 2014
Hi StudioHartong,

No, not at present. What are you actually trying to do here? There may be a workaround. This isn't a question I've seen before.

Bob
kalkal 06 Mar, 2014
Did you find the solution? Because I want to do the same.

I want the Target Url in gh CURL action to be dynamic.

For example to be depended from the form field name_1

Thanks
GreyHead 06 Mar, 2014
Hi kalkal,

You can't set a dynamic parameter name in the cURL [GH] action, you'd have to hand-code the the PHP to do that if you need it.

Bob
This topic is locked and no more replies can be posted.