Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created July 25, 2018 21:45
Show Gist options
  • Save bappi-d-great/13cd5387cab8512036e720b2a113cd45 to your computer and use it in GitHub Desktop.
Save bappi-d-great/13cd5387cab8512036e720b2a113cd45 to your computer and use it in GitHub Desktop.
Method: get_form_fields_by_type()
<?php
$form_id = 7;
$type = 'email';
$fields = Forminator_API::get_form_fields_by_type( $form_id, $type );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment