Support

Account

Home Forums Backend Issues (wp-admin) Use ACF field selection to update another ACF field Reply To: Use ACF field selection to update another ACF field

  • Thanks again! I now have a jQuery variable being updated on change of that ACF select field.

    So I now need to send that to my PHP…

    $height = get_user_meta( $userid, 'user_height', 'true' );

    Receive that $height value, and push it to the ACF field.

    Any suggestions of documentation for this, I’m completely new to AJAX

    Thanks!