Created
July 30, 2018 21:10
-
-
Save bappi-d-great/c7beea54adc1250c5277ac7383a2df01 to your computer and use it in GitHub Desktop.
Method: update_form_settings()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$form_id = 7; | |
$settings = array( | |
'form-padding-top' => '30px', | |
'cform-label-font-size' => '20' | |
); | |
$fields = Forminator_API::update_form_setting( $form_id, $settings ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment