Edit Input Table through Source Code

  • Larissa McKenna
    Asked on September 13, 2017 at 10:19 PM
    As for the form source code, is there a basic code I could use to make this change?
  • Jan
    Replied on September 14, 2017 at 12:04 AM

    First, you need to download the form's source code. Here's a guide: hHow-to-get-the-Full-Source-Code-of-your-Form.

    After that, you need to open the HTML page in a Text Editor. In the HTML source code, you can change the Input tag to Textarea tag. Here's a screenshot:

    Edit Input Table through Source Code Image 1 Screenshot 20

    For more information about Textarea tag, please check this link: https://www.w3schools.com/tags/tag_textarea.asp.

    After editing the source code, you can now upload the form to your server. Thank you.