customize PayPal fields

  • vszarejko
    Asked on March 12, 2014 at 4:12 PM

    Hello.

    I would like to add a description to some of my PayPal fields. Is there a way to do this? (please see uploaded screenshot).

    Thank you,

    Veronica

    Jotform Thread 346063 Screenshot
  • Carina
    Replied on March 12, 2014 at 6:50 PM

    Hello Veronica

    To achieve that please inject the following css code:

    label[for="input_18_1002"]:after, label[for="input_18_1003"]:after, label[for="input_18_1004"]:after{

    content: '\A' "Reserved table with 10 seats";

    white-space: pre;

    }

    Add the extra content in the green area.

    Let us know if we can be of more assistance.