Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24388

    In this page i use the form: http://www.glassesoff.com/pre-resgitration/

    and i have some questions about it:

    1/ is it possible to make the text that is above the form dissapear when getting the “thank you” msg ?

    2/ can i change the container size for the “thank you” msg ?

    3/ is it possible to but a button image instead of the submit button ?

    4/ i want to make a confermation link in the auto-response email (so the user will confirm his/her regestration) is it possible?

    thank you

    #123354

    Hi nimrodmadar,

    1) No, the switch can only be applied to the actual form content.

    2) Yes but it has to be done for that specific item and will need additional css for mobile if its too big a change:

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-708 .avia-builder-el-4 .avia-form-success {
    width: 450px;
    }

    3) You would need to completely re-style that button with css using similar methods as in step 2.

    4) No, the confirmation doesn’t have that level of customization at this point.

    Regards,

    Devin

    #123355

    Thanks .

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Form question’ is closed to new replies.