Can we inject custom CSS in cards form?

  • djone023
    Asked on February 18, 2019 at 2:55 AM


    I want to give custom height on chapter 7.

    My project url is https://www.bonumhealth.com/telehealth-registration/

    Jotform url is  https://hipaa.jotform.com/build/81966992145168

    As displayed in screenshot there should be two subscriptions options, but because of height issue only one option is displaying.

    Jotform Thread 1735809 Screenshot
  • Ashwin JotForm Support
    Replied on February 18, 2019 at 3:52 AM

    Unfortunately it is not possible to inject custom css code in cards form layout. Please note  that the questions of cards form layout adjust automatically based on the height / width where the form is embedded.

    Please use the following iFrame emebd code and see if that solves your problem:

    <iframe id="JotFormIFrame-90481863956975" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://hipaa.jotform.com/81966992145168" frameborder="0" style="width: 1px; min-width: 100%; height:539px; border:none;" scrolling="no" > </iframe>

    Hope this helps.

  • djone023
    Replied on February 18, 2019 at 4:04 AM

    Thanks for replaying,

    It's working now.