Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

This is my very first post on this site.
I am asking for your expertise and help.

I have to build a form(Data Entry form) ex: Credit card application form in share point designer 2010 not in Info path. I am able to make a form by using
form customization (new form) but have some problem with hide and show some field
when some field checked. how and where we can write Jquery / javascript to do so.

do you guys have some ideas from your experience?

I will really appreciate your help !

Thanks,

Saroj
Posted
Comments
Sandeep Mewara 5-Nov-12 15:37pm    
but have some problem with hide and show some field
It would be difficult for anyone to comment just based on this. Short snippet of what you tried and what you want can help. Further, if you are getting any error please share.

Debugged and saw anything unusual?

1 solution

In such cases Infopath is the best one to validate based on the rules. Any way you don't want to implement in infopath right!! So, here i am giving my idea. I am not guaranteed that it is the final solution.

1. You have to approach through the application pages by creating the in visual studio. In your example credit card application, you can put all these fields into one application page and add the required javascript, jquery scripts and you can perform well.

2. Otherwise if you want to display only few fields, you can write the entire script in javascript or jquery and give a link to the content editor webpart. I posted in my blog similar kind of thing. Visit this. This is not equally same. i am just showing how to use the jquery/javascript in content editor webpart. You have to customize as per your requirement.
 
Share this answer
 
Comments
Member 11131722 24-Nov-14 2:00am    
hai
any one tell infopath rule conditions

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900