如何在忍者形式的表单加载之前设置值

时间:2015-09-11 14:35:15

标签: php wordpress

您好我使用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

0 个答案:

没有答案