Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kyle B. Johnson

    (@kbjohnson90)

    @troiweb the important part of that script is the Field Key check (line 9). The field key can be found in the Administration Field Settings in the builder.

    Thread Starter troiweb

    (@troiweb)

    I know that.
    I have using it with right key:

    if( ‘MY_KEY_ID_FROM_BUILDER’ != $field[ ‘key’ ] ) continue;

    But it was not working.
    I found the reason – and the reason was default value of the field ->
    it overwrites everything, even this function hook.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update field value’ is closed to new replies.