Announcement

Collapse

Information Needed

See more
See less

I-Frame sizing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I-Frame sizing

    Is there any way to adjust the size of the registration form that we have embedded into our website? Currently one has to scroll down to see the payment button, and we are afraid this will cause confusion. We would like the form to be longer. Thank you.

  • #2
    Good day @Liz,

    It seems like you are using the form in an iframe. If so then simply go to the code and adjust the height to a larger number. The IFRAME code has a "Width" and a "Height" directive. See below:

    HTML Code:
    <iframe src="https://clicknpledgedemo.secure.force.com/default/cnp_paas_evt__ExternalRegistrationPage?event_id=a17o0000000Wj2IAAS&WidgetType=RegistrationWidget" align="top" height="900" width="960" frameborder="0"></iframe>
    Looking at the above code you see: height="900"

    You may change to that height="1200" or any other number you want. One cannot autosize this parameter so you need to adjust it based on your event levels, etc.

    Try it and let us know.
    Regards,
    Click & Pledge Support Department

    Join us @ the educational webinars: https://clickandpledge.com/webinars/
    Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

    Comment

    Working...
    X