-
t_akiyamaAsked on May 1, 2025 at 5:35 AM
Can I display arbitrary text only on the preview screen?
You haven't completed the transmission to the preview screen yet! text prominently on the preview screen.
-
Reban JotForm SupportReplied on May 1, 2025 at 7:11 AM
Hi t_akiyama,
Thanks for reaching out to Jotform Support. Unfortunately, Jotform does not have a built-in feature specifically to show text exclusively on the preview screen before submission.
However, you can use some workarounds, such as adding text fields or headers that are visible on the form itself but not on the final submission or notification emails. You can check out this guide on How to Edit Notification and Autoresponder Emails.
Reach out again if you have any other questions.
-
t_akiyamaReplied on May 1, 2025 at 5:16 PM
Enter information → Confirm transmission → Complete transmission
Can you display which phase the user is in?
With the current IU, it seems that some users may mistake a submission review for a completed submi
-
Christian Ice JotForm SupportReplied on May 1, 2025 at 6:53 PM
Hi t_akiyama,
You can try adding a Progress Bar widget to let your users know how close they are to completing your form. Can you send us the link of the form in question so we can take a look? You can easily find your form's URL in Form Builder. Let me show you how:
- In Form Builder, in the orange navigation bar at the top of the page, click on Publish.
- In the Quick Share tab, click on Copy Link in the Share With Link section.
Once you share the form URL with us, we’ll be able to help you better with this.
-
t_akiyamaReplied on May 2, 2025 at 2:23 AM
https://form.jotform.com/243601230612441
this is url.
-
Lorevie JotForm SupportReplied on May 2, 2025 at 2:31 AM
Hi t_akiyama,
I'll need some time to look into this. I'll get back to you as soon as I can.
We appreciate your patience and understanding.
-
Lorevie JotForm SupportReplied on May 2, 2025 at 2:58 AM
Hi t_akiyama,
I've checked your form, and it appears that you already have a Review Before Submit widget in your form. This will let users review their submission before completely submitting the form. Check out my screenshot below for reference:
This widget will let the users review their answers. But, since your concern is users may mistake a submission review for a completed submission, I suggest adding a paragraph field and adding each field's unique name. Let me show you how to do this:
First, let's get each field's Unique Name:
- In Form Builder, click on the Gear icon of each field.
- From the Advanced tab, click on Field Details.
- Copy the Unique Name.
Next, let's add the Paragraph element and paste each field's unique name:
- In Form Builder, click on Add Element on the left side of the page and from the Basic tab, select Short Text.
- Click on the Pencil icon of the Paragraph element.
- Enter the Field Labels of each field together its corresponding Unique Name that's enclosed in a {}bracket.
- Click on the Check icon to Save it.
Here's the result:
You can clone and test my form here.
Let us know if you have any other questions.
-
t_akiyamaReplied on May 2, 2025 at 3:01 AM
プレビューの設定はできたみたいです。
ただ、文字が小さいので大きくしたいのと、表示テキストを以下に設定したいです。
ーーー
まだ送信は完了しておりません。
送信内容をお確かめの上、「送信ボタン」を押してください。
ーーー
設定方法を教えて下さい
-
Lorevie JotForm SupportReplied on May 2, 2025 at 3:04 AM
Hi t_akiyama,
Our Japanese Support agents are busy helping other Jotform users right now, so 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 Japanes, let us know and we can have them do that. But, it might take a while until they're available again.
Now, coming back to your question, I'll need another time to look into this. I'll get back to you as soon as I can.
We appreciate your patience and understanding.
-
Lorevie JotForm SupportReplied on May 2, 2025 at 3:34 AM
Hi t_akiyama,
Are you referring to the texts on the Review Before Submit widget or the Paragraph field that I've shown you? If you're referring to the paragraph field, you can adjust the font size and add your preferred message. Let's do this:
- In Form Builder, click on the Pencil icon of the Paragraph element.
- Enter your preferred message.
- To adjust the font size, highlight the texts and click on the Font Size icon, then select your preferred Font Size.
Here's the result:
Since most of your fields are set as required, users will really not be able to submit the form one they skipped the required field. Check out my screencast below:First, let's make the paragraph element hidden.
- Click on the Gear icon of the Paragraph element.
- From the Advanced tab, toggle Hide Field.
Let's now set up the Show/Hide Field condition:
- In Form Builder, click on Settings on the orange navigation bar at the top of the page.
- Select Conditions from the left side window.
- Select Show/Hide Field.
- Set up the condition like the one below and click on Save at the bottom of the page.
Here's the result:
Reach out again if you need any other help.
-
t_akiyamaReplied on May 2, 2025 at 3:53 AM
プレビューのときだけ、以下のテキストを表示させたいのです。
ーーー
まだ送信は完了しておりません。
送信内容をお確かめの上、「送信ボタン」を押してください。
ーーー
-
Raymond JotForm SupportReplied on May 2, 2025 at 4:09 AM
Hi t_akiyama,
You may apply the codes below to insert a text to your Preview container:
/* insert text in preview container - 26636441*/
#previewContainer:before {
content: "まだ送信は完了しておりません。送信内容をお確かめの上、「送信ボタン」を押してください。";
margin-left: 10px;
color: blue !important;
}
/* Ends here */
Here's how it would appear:
Give it a try and let us know if you need any help.