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 :?
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 :?
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
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
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
I want the Target Url in gh CURL action to be dynamic.
For example to be depended from the form field name_1
Thanks
This topic is locked and no more replies can be posted.