您好我使用link上显示的以下方法来实现此目的。 但是字段没有填充我传递的值。
function wpse_158000_populate_field($form_id,$myfield) {
global $ninja_forms_loading;
$my_id_field = 16; //put the id for your hidden field here
//Change the value that a field is pre-populated with.
$ninja_forms_loading->update_field_value($my_id_field, $myfield);
}
add_action('ninja_forms_display_init', 'wpse_158000_populate_field',10,"test");
但它没有用。
我已添加此代码 忍者形式模态/包括/ shortcodes.php