-
yellvanderwardtGevraagd op 3 april 2024 om 05:28
-
Joseph Jotform SupportGeantwoord op 3 april 2024 om 05:36
Hi Marielle,
Thanks for reaching out to Jotform support. If you want to automatically select an option and make it required, you can do it from the Form Builder. Let me show you how:
- In Form Builder, click on the Magic Wand next to the payment field.
- In the Basic tab, toggle on the Required option.
Now the option will be selected by default and mandatory to submit the form. If you want to hide from the form filler's view, you can apply a custom CSS code. Let me walk through it:
- In Form Builder click on the Paint Roller icon.
- In the Styles tab scroll down to Inject Custom CSS.
- Copy and paste the code below.
/* hide payment integration field - 13521561*/
li#id_31{
display: none;
}
/* ends here */
You can also check out this guide about How to Inject Custom CSS Codes. That's the result:
Let us know if you need any other help.
-
yellvanderwardtGeantwoord op 3 april 2024 om 08:50Hi Joseph,
Thanks for getting back to me.
I have now made the field for the product required and selected. That helps.
However, what I was referring to was the iDeal payment option:
[Schermafbeelding 2024-04-03 om 14.48.39.png]
That is the one I would like to select and hide. Is that possible?
Thank you!
Marielle
Op 3 apr 2024, om 11:36 heeft Jotform <noreply> het volgende geschreven:
[Jotform]<https:>
[Autoresponder]
There’s a new response on your question:
Mollie: check and hide the payment option
Hi Marielle,
Thanks for reaching out to Jotform support. If you want to automatically select an option and make it required, you can do it from the Form Builder. Let me show you how:
1. In Form Builder, click on the Magic Wand next to the payment field.
2. In the Basic tab, toggle on the Required option.[https://www.jotform.com/uploads/forum/JosephD_translator/1712136712_660d220875233_]
Now the option will be selected by default and mandatory to submit the form. If you want to hide from the form filler's view, you can apply a custom CSS code. Let me walk through it:
1. In Form Builder click on the Paint Roller icon.[https://www.jotform.com/uploads/forum/JosephD_translator/1712136795_660d225bc1803_]
2. In the Styles tab scroll down to Inject Custom CSS.
3. Copy and paste the code below.
/* hide payment
integration field - 13521561*/
li#id_31{
display: none;
}
/* ends here */
You can also check out this guide about How to Inject Custom CSS Codes<https: />. That's the result:
[https://www.jotform.com/uploads/forum/JosephD_translator/1712136937_660d22e93a91a_]
Let us know if you need any other help.
[Autoresponder]
Answered by
Joseph
View this thread<https:>
[Jotform Team]
4 Embarcadero Center, Suite 780, San Francisco CA 94111
24/7 Support<https:>
Unsubscribe Thread<https:>
</https:></https:></https:></https:></noreply>... -
Mary Jotform SupportGeantwoord op 3 april 2024 om 11:04
Hi Marielle,
Thanks for getting back to us. It seems you are referring to the payment method on your payment integration. Unfortunately, there's no option to have it auto-selected and hidden on the form. CSS codes only change the visual layout of the form and not its functionality.
Since, this is an actual payment process, the user needs to select the payment method and proceed with the payment process.
Let us know if there’s anything else we can help you with.