I have a form that get's saved in different states.
When the credit card action is run, there is the ability to update fields in that action.
However,
I cannot find an action in the list that simply allows me to update fields.
I thought about using the email action and just send to a bogus email address. However that action doesn't have the "update fields" options in it.
Any other ideas
I'm not sure what you're asking here. It sounds like you're trying to update fields after an entry is created, is that correct? If so, use the frm_after_create_entry and frm_after_update_entry hooks.
Please login or Register to submit your answer