• Resolved hilodox

    (@hilodox)


    whenever i use the form-tag hidden to hide a field it does its job on the form but doesnt allow me to input the correct field name and type on the integration page. I want to automatically have a field filled out with my default value when a form is submitted but dont want the form user to see it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hilodox

    (@hilodox)

    <style>
      .hidden {
        display: none;
      }
    </style>
    
    <div class="hidden">
      [select default "Buyer"]
        <option value="Buyer" selected>Buyer</option>
      </select>
    </div>

    fixed it, nevermind

    • This reply was modified 2 years, 3 months ago by hilodox.
    Plugin Author WP connect

    (@wpconnectco)

    OK, great then. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hidden fields wont send to airtable’ is closed to new replies.