question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Validation not fired while submit the Form.

See original GitHub issue

Hello, I have installed latest version of form editor in umbraco site. I want to reuse the form that’s why i use Following code. @{ var formContent = CRMHelper.GetNodeById(Convert.ToInt32(slides[i].id)); ViewBag.FormContent = formContent; } @Html.Partial("FormEditor/NoScript", Umbraco.AssignedContentItem)

Validation doesn’t fired when click on submit button. here its working Fine here its not working

both are same form but one have master page one doesn’t have master page.

I don’t know what i m missing. Any help would be appreciated.

Thanks, Ronak Panchal

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kjaccommented, Mar 31, 2017

Hi Ronak. I’ll have a look at it this weekend, hopefully tomorrow.

Den 31. mar. 2017 2.40 PM skrev “RPanc” notifications@github.com:

Hello, I have installed latest version of form editor in umbraco site. I want to reuse the form that’s why i use Following code. @{ var formContent = CRMHelper.GetNodeById(Convert.ToInt32(slides[i].id)); ViewBag.FormContent = formContent; } @Html.Partial(“FormEditor/NoScript”, Umbraco.AssignedContentItem)

Validation doesn’t fired when click on submit button. here its working Fine http://beta-client.brnd.com/c/formularer/test1/ here its not working http://beta-client.brnd.com/standardside-med-formular/

both are same form but one have master page one doesn’t have master page.

I don’t know what i m missing. Any help would be appreciated.

Thanks, Ronak Panchal

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kjac/FormEditor/issues/121, or mute the thread https://github.com/notifications/unsubscribe-auth/AHD_CpbgAQ6Wdr3rrUSRNeqe3183HJSQks5rrPQVgaJpZM4Mvnba .

0reactions
kjaccommented, Apr 9, 2017

I’m closing this now, feel free to reopen if the issue hasn’t been resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JQuery validation not fired on form submit
I am having a problem getting a jquery validation to fire when a form is submitted. The form is rendered in a modal...
Read more >
Form validation isn't working when submitting it using ...
HTMLFormElement provides checkValidity method and it returns true or false based on the form validity. Here is a simple solution for the problem ......
Read more >
Validation not firing before code in Submit Process
I'm only getting an error when I make my procedure call because the value in my page item is not numeric. (it can...
Read more >
Form Validation not working - JavaScript
I just wanted to create a client-side Form-Validation for my Registration Form. I set it up to start checking the input once I...
Read more >
Submit a form while the validation has fired problem
I have a form that has validations on it. When a certain validation fires I would like to still submit the form. I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found