cancel
Showing results for 
Search instead for 
Did you mean: 

How to do the validation on offline interactive forms

Phalani2
Participant
0 Kudos

Hi Experts,

How to do the validation on off-line interactive forms (is it possible to validate against the database tables).

Valid inputs helpful to me. Thanks in advance.

Phalani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Phalani Kanth Gupta ,

Its Difficult to validate offine interactive fomrs, basic validations like mandatory field check, type mismatch etc can be done by writing java script inside the form. Validating from the database table , in offline scenario is not possible.

Regards

Sarath

Phalani2
Participant
0 Kudos

Hi Sarath,

Thanks for your reply, as u said validation is not possible on offline form but as per our requirement i 've to upload the offline form if i ve any error dat what to do, how can i solve this situation?

Phalani M

Former Member
0 Kudos

hi phalani kanth guptha,

We cant validate offline forms. since we are not connected to database we cant do any validation there. Since we use Our custom value helps(hard code ) in offline forms we should just use them n skip validation .

Reward points if helpful

Former Member
0 Kudos

For that, after uploading the form you can use the submit button to upload data from the form, by that time you can check with the data base.

regards

Sarath

Phalani2
Participant
0 Kudos

Thank you Sarath,

All the inputs given by you are really helpful to my requirement. (and points rewarded).

Phalani M

Answers (0)