|
@@ -179,9 +179,9 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
|
|
|
|
|
|
var sectionUid = _section.attr('data-section-uid')
|
|
|
|
|
|
- var _form = _section.find('form')[0];
|
|
|
- console.log("Form found: ", _form);
|
|
|
+ var _form = _section.find('form[processed]')[0];
|
|
|
if(_form){
|
|
|
+ console.log("Form found: ", _form);
|
|
|
console.log("Form found. submitting normally");
|
|
|
$.post("/process_form_submit", $(_form).serialize(), function(resp) {
|
|
|
handleSubmitResponse(resp,_section, summaryContainer)
|