Hubspot Forms Creation
Hi,
I need assistance creating a hubspot form. I have already created the form with very few fields (email address, first and last name being required). When the form is filled and the SUBMIT button is hit, I want the data to be transferred in a URL and I am having issue with this.
So, the exact URL is :
https://rcos.be/connexion?create_account=1
After that URL, I want to have the parameters of the form passed: firstname, lastname, email.
So in the end for example, if the form is filled in with Bukunmi, Odetayo, oluwabukunmiodetayo@gmail.com; the URL should dynamically be https://rcos.be/connexion?create_account=1&firstname=Bukunmi&lastname=odetayo&email=oluwabukunmiodet…
Can you please help me with this?
Thanks