-
WOWAceleradoraPerguntado em 7 de fevereiro de 2024 às 13:49
-
Israel Jotform SupportRespondido em 7 de fevereiro de 2024 às 13:53
Hello WOWAceleradora,
Thanks for reaching out to Jotform Support. Unfortunately, our Portuguese Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.
If I understood what you’re asking, you want to enter a hyperlink in the form, To add a hyperlink to the text of your form, you can use a Paragraph element to your form and add a Hyperlink to any text. Let me show you how:
- Open your form in Form Builder and add a Paragraph element to your form
- Add the text "Air Fryer" in the Paragraph element and click on the Insert or Edit link in the menu bar
- Enter your Hyperlink URL in URL field and click on OK button
- Click on the Save icon
If I understood what you’re asking, you want to enter a hyperlink in the form, can you confirm which part of the form do you want it added?
Give it a try and let us know how it goes.
-
WOWAceleradoraRespondido em 7 de fevereiro de 2024 às 15:51
Actually, I want to enter a hyperlink in a question, on the 'Edital do Batch #28', is it possible?
-
Christian Jotform SupportRespondido em 7 de fevereiro de 2024 às 18:18
Hi WOWAceleradora,
Thanks for getting back to us. There is no direct method to add a hyperlink to drop-down labels, but you can use HTML as a workaround. Below is a sample HTML code that you can modify to include the text you want to hyperlink:
<a href="https://www.example.com" id="link" target="_blank">Example Website</a>
You can replace "https://www.example.com" with the URL you want to link to and "Example Website" with the text you want to display as the hyperlink.
Take a look at the sample results below. In this example, I've hyperlinked the link text. I pasted the code before "Please click this" and after "to access Jotform." Please note that the HTML code will appear in edit mode, and it will only work in preview/live mode:
Give it a try and reach out again if you have any other questions.