Good morning everyone, specific question and please can someone help me, I have a form and I want to be able to read the captured data from that form with POST, the data from the form in HTML5 and be able to use it, I already put a link to the program that I want to be executed when submit is executed at the end of the data capture of the form, what are the fields called? If I send the link, can I put names for the fields so that it can be used by a PHP or HTML program with POST… I hope someone can help me
1 Like
Hi @user23542
The field names are created from the label text.
Anyway, it’s used to pre-fill fields. Maybe you can do something with that.
mywebsite .com/contact/?Name=John
https://help.elfsight.com/article/1127-how-to-pre-fill-form-fields-using-url-parameters
I think sending via POST is also in the planning stages.
add a URL and send the data as ‘POST’
1 Like
Hey there, @user23542
Sina is right! At the moment, unfortunately, it’s impossible to display the form submissions as a post. However, we do have plans to consider the Webhook integration, which will make it possible.
Please upvote this idea to not miss any updates
1 Like