Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created July 30, 2018 17:54
Show Gist options
  • Save bappi-d-great/f422a30f388140519358311a3a20dac4 to your computer and use it in GitHub Desktop.
Save bappi-d-great/f422a30f388140519358311a3a20dac4 to your computer and use it in GitHub Desktop.
Method: get_form_field
<?php
$form_id = 7;
$elem_id = 'email-2';
$to_array = false;
$fields = Forminator_API::get_form_field( $form_id, $elem_id, $to_array );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment