Passing returned data
-
Well, I seem to be banging my head against the wall trying to figure out something that should have a simple answer, but I am just not seeing it. I set up a pre-process WordPress filter processor to send an ajax API call to get some data and return it to Caldera. This part for me was easy because I am a software developer, and it works. I am able to display an error message or a green success message.
However, I for some reason cannot figure out how to use the results of this data when filling out the rest of the form. I guess what I am asking is I need to do API call to check something, then proceed with the signup form with the results of my API call as a field. I can’t figure out how to do it.
The topic ‘Passing returned data’ is closed to new replies.