• Resolved historymakers

    (@historymakers)


    Hi,
    After the last patch, the submit button on my forms are hidden by default, even without the hide submit button active. This is happening in multiple forms, I had to edit the plugin’s css files to fix it, I believe it’s a bug. Could you please check this issue?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Frog Eat Fly

    (@zerozendesign)

    Sorry – we are checking into this and will have an update released shortly.

    Plugin Author Frog Eat Fly

    (@zerozendesign)

    Hey there,
    We have checked on our servers. Seems to be working fine. If you can share url of your site then we can see if anything else is conflicting with our js.

    Thanks

    Plugin Author Frog Eat Fly

    (@zerozendesign)

    Hi historymakers,
    As I can see next and submit button is working fine. Can you tell us how can re-produce the issue?

    Thread Starter historymakers

    (@historymakers)

    Hi,
    It was working because I edited out the lines in aafg_styles.css
    With the last update the file was overwritten and the problem came back.
    I will post the code I commented out below, as you can see it is just hiding the elements by default:

    /*body .gform_wrapper form .gform_body .gform_page_footer .gform_next_button{
    visibility: hidden;
    }
    body .gform_wrapper form .gform_body .gform_page_footer .gform_previous_button{
    display: none;
    }
    body .gform_wrapper form .gform_body .gform_page_footer .gform_button{
    visibility: hidden;
    }*/

    Plugin Author Frog Eat Fly

    (@zerozendesign)

    Hi,
    Though you have find workaround and also I have not heard back so I am going to resolve this for now.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submit Button is always hidden, cant make it show up’ is closed to new replies.