Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Last active April 14, 2021 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bappi-d-great/1adf9f039bd84d98bd10b9345ca66954 to your computer and use it in GitHub Desktop.
Save bappi-d-great/1adf9f039bd84d98bd10b9345ca66954 to your computer and use it in GitHub Desktop.
Method: add_form_entry()
<?php
$form_id = 7;
$entry_meta= array(
'name' => 'text-1',
'value' => 'Text Input Value'
);
Forminator_API::add_form_entry( $form_id, $entry_meta );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment