Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi can you give me an example please and can you share your URL.

    Thank you

    Thread Starter webowner

    (@webowner)

    hello,

    Site is in UC, so not easy to send URL.

    I just need to replace the * required fields

    Text is appearing above the form > I need *required fields at the bottom of the form, just above the submit button.

    Really need ur help. Thank you.

    Hi, your best bet is to use the following. Change the pixels value to suit your form layout. If the following bottom: does not work well for you then try top:

    position: absolute; bottom: 35px;

    With the asterisk you will have to find out what id it is linked to. In my testing environment mine was linked to id=”fscf_required1″.

    Thread Starter webowner

    (@webowner)

    Hi, Thank you so much mbrsolution.

    Is there a code, that I can easily enter into the Contact Form – STYLE box?

    Which one / what code do I use?

    If you send me CSS code, then I can enter that into Custom CSS (do I do it via the theme – or your plugin ?)

    Please tell me exactly where I enter this…

    I have 2 Forms…

    The ID is:
    1)FSContact1
    id=”fscf_required1

    2)FSContact2
    id=”fscf_required2

    Thread Starter webowner

    (@webowner)

    Hi again,

    Can’t I just remove the required fields > and enter it in manually on the form, above the submit button?

    Please do tell me exactly how I do this… Thank you so much!

    Hi if you go to Styles tab, locate the following Required field text: for each of your forms. Then add the following code.

    Remember to adjust the px value.

    position: absolute; bottom: 35px;

    If the above does not work and your theme allows you to add custom code then use your theme. Add the following code.

    Form 1.

    #fscf_required1{
    position: absolute;
    bottom: 35px;
    }

    Form 2.

    #fscf_required2{
    position: absolute;
    bottom: 35px;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move Required Fields to Submit Button’ is closed to new replies.