The CreatorCon Call for Content is officially open! Get started here.

How to make a confirm page before submit without client script

Mic_Liu
Giga Contributor

I want to use catalog item to make a portal page for post application.

1)The first page is used for input the post information.

2)The second page is used for confirm the information inputed at the first page before,.

3)After confirming the information,then submit the information.

Is there any way to make this procedure without writing client script?

Pre thanks for ur help.

1 ACCEPTED SOLUTION

@Mic.Liu @Mic.Liu 


Hi,

If your query is resolved, please mark the answer as correct and close this thread for others.


Regards,

Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

View solution in original post

5 REPLIES 5

emir
ServiceNow Employee
ServiceNow Employee

No, usability suggests you dont do this. We use Mandatory fields and onSubmit to validate. SPA > multi page loads!

Mic_Liu
Giga Contributor

Hi @emir 

Thanks for ur reply.

Could u show me some example of how to use as SPA multi page loads with Mandatory as onSubmit event?

shloke04
Kilo Patron

Hi,

What you need can be achieved using "Order Guide" feature in ServiceNow and you will not require scripting unless you want to do for a specific validation.

1) Create a catalog Item first by Navigating to "maintain items" module as shown below:

find_real_file.png

2) Fill out the form and then once saved you need to create Variables for this catalog item which will be used to capture information from the user as shown below:

find_real_file.png

Once your Variables are created then navigate to the module "Order guide" as shown below:

find_real_file.png

Now you need to give a name and include your catalog item created in above step as shown below and define the Rule base

find_real_file.png

find_real_file.png

Result:

First page as shown to capture info from User:

find_real_file.png

Once filled in the next page will show, the info filled in by the user:

find_real_file.png

Finally click on Order Now button to place the order:

find_real_file.png

https://docs.servicenow.com/bundle/orlando-it-service-management/page/product/service-catalog-management/task/t_CreateAnOrderGuide.html

https://www.youtube.com/watch?v=8MdjpofVaf8

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

@Mic.Liu @Mic.Liu 


Hi,

If your query is resolved, please mark the answer as correct and close this thread for others.


Regards,

Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke