v4.09.04
76f37f7 Merge pull request #327 from Strategy11/develop
Prepare for release
14f6f6f add changelog
8849f6e prepare for release
665856c Merge remote-tracking branch 'origin/master' into develop
598387e Merge pull request #326 from Strategy11/fix_js_type_error
Add condition to avoid js warnings for a null property
ae2e280 Fix js warning All 'var' declarations must be at the top of the function scope vars-on-top
517e5c3 Fix some ESLint errors. Attmept #2
08aa69f Fix some ESLint errors
ea148c2 Avoid the repeat logic of getting the element twice
533755f Add condition to avoid js warnings when 'frm_hidden_fdata' element does not exist in web page.
d40073b Merge pull request #311 from Strategy11/fix_selected_fields_not_updated_in_autoresponder_when_form_is_duplicated
Fix issue of selected fields not updated in autoresponder when form is duplicated
dff768f Merge branch 'master' of https://github.com/Strategy11/formidable-forms into fix_selected_fields_not_updated_in_autoresponder_when_form_is_duplicated
d256c83 exclude views by default
35a7760 Refactor method to avoid issues if the new form and the old form included some of the same field ids
7a05cb7 Add new hook filter and remove some logic to delegate it to the formidable-autoresponder add on
14426bf Add new filter hook
4e775d2 Refactor a bit more code for simplicity and readability. Attempt #2
4584a8c Refactor a bit more code for simplicity and readability
4f75e1e Fix some phpcs issues
bc82fda Refactor some code snippets for simplicity
b5a5785 Replace == with === to avoid phpcs warnings
7343203 Fix issue of selected fields not updated in autoresponder when form is duplicated