Support

Account

Home Forums General Issues WordPress Post to Custom Field Reply To: WordPress Post to Custom Field

  • @paulsvang

    I found the solution here : https://stackoverflow.com/questions/56553090/populate-acf-fields-using-wordpress-rest-api-js

    Just replace acf by fields like this :

    "fields": 
        {      
            "field_1" : "Titre",  
            "field_2" : 100
        }