Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created August 14, 2018 17:32
Show Gist options
  • Save bappi-d-great/098fde142ef0c28d4cbf8ccbfbe0912f to your computer and use it in GitHub Desktop.
Save bappi-d-great/098fde142ef0c28d4cbf8ccbfbe0912f to your computer and use it in GitHub Desktop.
Method: move_form_field()
<?php
$form_id = 7;
$id = '1234-5678-9876';
$new_postion = 5;
Forminator_API::move_form_field( $form_id, $id, $new_position );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment