• I used
    Caldera_Forms :: render_form ($ form_id);
    to display a form in the wordpress template pages I use.

    Can the form be displayed by setting a value on a field with php?
    Example … I think of something like:

    Caldera_Forms::render_form(array('field' => 'My Form Name', 'field14142' => 'defaultval'));

    I would need it to be able to change the language of the module without other plugins, but only by displaying the same module with php setting the value of the language field in the page of my wordpress theme.

    Does anyone have suggestions?

    Thank you

  • The topic ‘How i get form in the wp theme from php?’ is closed to new replies.