How do you make form secure?

  • nibbyp
    Asked on October 3, 2015 at 2:53 PM

    how to create secure web forms?

  • Jan
    Replied on October 4, 2015 at 3:41 AM

    Our forms are already secure since it uses SSL in the form submissions. Once you embed the form in the webpage, you'll see that the source URL starts with https://secure.

    How do you make form secure? Image 1 Screenshot 20

    SSL (Secure Socket Layer) Submission is a type of submission that uses an encrypted protocol for transmitting messages from the web browser to the server.  

    It uses a certificate that only the web user's browser and the server can understand, so transmissions from browser to server will be encrypted so that hackers will not be able to capture the data you are sending.

    Let us know if you have any questions. Thank you.