Skip to content
Snippets Groups Projects
Commit 74b62b1d authored by Lucas García's avatar Lucas García
Browse files

Merge branch 'feat/skip-section-field' into 'main'

skip section field

See merge request coopdevs/website/wp/wp-plugins/wpct-crm-forms!5
parents 1142fc36 dae4dbc3
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ function wpct_crm_forms_parse_form_entry($entry, $form)
);
foreach ($form['fields'] as $field) {
if ($field->type === 'section') continue;
if ($field->type === 'consent') continue;
$input_name = $field->inputName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment