ACFE Form – Repeater HTML Render
-
Hello,
I’m implementing front end forms with acfe_form.
I’m able to preset values in the form.
I’m using a PHP template to rendering the HTML form.Does a way exists to customize the repeater field render something like this
<?php foreach( $repeater[ 'value' ] as $index => $repeater_fields ) : ?> {field:repeater_subfield1_key:<?php echo $index; ?>} {field:repeater_subfield2_key:<?php echo $index; ?>} <?php endforeach; ?>
instead of just :
{field:repeater_key}
?Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ACFE Form – Repeater HTML Render’ is closed to new replies.