Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Emily,

    Please share the URL of the website/page in question and we’ll gladly take a look for you. Thanks.

    Thread Starter emilysparkle

    (@emilysparkle)

    Thank you. It looks as if the vCita form uses an iframe on your Contact page. That iframe is set to a height of 450px which cuts off the content when viewed on a smaller screen. You should be able to override that setting by adding iframe {height: 500px;} or iframe { height: 500px !important;} to the Stats & Custom Code area of your WPtouch settings.

    Thread Starter emilysparkle

    (@emilysparkle)

    ok… that reveals the button, at least partially, on my iphone, though adding more height does not reveal the whole button (the bottom edge is cut off) or the other two button options on that page:

    http://www.purpleroseabdominalmassage.com/schedule-an-appointment/

    i would especially like people to be able to see the In-Person Meeting button. is that possible?

    also…. at the very bottom of the iphone browser, i see the “iframe {height:….” code i put into the WPtouch Options. why is that showing up there?

    thank you for your previous reply. very helpful!

    Hi Emily,

    Have the code below be the exact code you add to the Stats & Custom Code area and it should help resolve the issue.

    <style>
    iframe { height: 500px !important;}
    </style>
    Thread Starter emilysparkle

    (@emilysparkle)

    awesome! that mostly did the trick. it would be nice if it could still be on my url (the scheduler opens a vcita addy in a new browser window) and made pretty by wptouch like the contact form is but maybe that’s not technically possible, but it works, and that’s great. thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘no submit button on vctia contact form’ is closed to new replies.