Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, in regards to your multi-column form please read the following instructions. It shares information on how to create multi-column forms.

    Let me know if you need more help.

    Regards

    Thread Starter adsartist

    (@adsartist)

    That did not help with what I’m looking to do. I’m generally happy with the layout of the fields, but if you view the form https://www.coutureoutdoor.com/registration/
    The captcha code and submit button appear first and then all of the form fields. I need the captcha and submit button to be at the bottom of the page.
    Thanks

    Yes I know that the instructions might not solve your issue but I wanted to share them with you to show you how to move a Div container which is what you need to do.

    You need to use position: abolute; to move your div containers from the top to the bottom.

    For example if you add the following custom code to your themes functions.php file it will move the div container to the bottom.

    #fscf_captcha_image_div3{
    width: 250px;
    height: 65px;
    padding-top: ;
    position: absolute;
    bottom: 2px;
    }

    You also have to move the captcha code, the captcha field and the submit button using something similar to the above.

    Let me know if you need more help.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move location of Captcha and Submit button’ is closed to new replies.