PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Can't type in Email field disabled="disabled"

  1. I have a form to collect an email address as visible here under the E-Book heading:

    http://a1fitnessandwellbeing.com/clients/a1fitness/

    I can not add text into the field whether I am logged in or not and when I click submit, it tries to load /clients/a1fitness/wp-admin/post.php#gf_2 as the form action.

    I have not set any validation on this or requested the user to be logged in or disabled the field so not sure what is going on. I noticed one of the properties set on the input is disabled="disabled" but I don't know what is causing this.

    Any ideas as to how I can resolve this please?

    The form is added via shortcode in a Spot (http://wordpress.org/extend/plugins/spots/) which is then output as part of the template. I don't know if this is part of the problem? I don't see why it would be.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  2. Looks like it thinks this form is a multi-step form. How is your form setup exactly in the admin?

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  3. Just created a new form and added a single email field to it. Saved the form. No section breaks or anything fancy. Tried recreating the form from scratch but same thing happens.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  4. Can you try just placing the form on a regular page to see if it displays and functions fine?

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  5. Just tried it on a normal page and it works fine. Presume that means something to do with it being displayed through a Spot is causing the problem? I'm unsure as to why this would be a problem, it's only like a custom post type. Any ideas?

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  6. Well, I haven't messed with that Spot plugin before. Does your short code follow this format:

    [gravityform id=1 title=false description=false ajax=true]

    Posted 12 years ago on Wednesday January 4, 2012 | Permalink
  7. Yes shortcode is [gravityform id=2 title=false description=false ajax=true]

    Posted 12 years ago on Wednesday January 4, 2012 | Permalink