Support

Account

Home Forums Front-end Issues ACF form Reply To: ACF form

  • Sorry I don’t really understand…
    I use twilio core to send sms so in acf post I use the sms function to send it.

    I must retrieve all the values submited in the form and affect to the sms body variable before to execute the function. Problem is not the sms. It would be the same if It was an email.

    I must get all values from $post[acf] and put them in $mybodymessage.
    Doing this is the first difficulty.
    The second difficulty is I don’t understand how can I now if $post[acf] contains data from my formA or my formB
    Hope it helps …
    Thanks