How can I create a form submission via code
-
Hello,
I wonder if it is possible to submit a form entry from my own code to utilize cf7 mail/ other addon features?
I do not care about field validation or the front end form etc.
Using php can I use a static function with object or do i still need to POST the data, can I use REST endpoint from server side?
I have been using gravity forms which allows you build a form submission object/array and use the static method: $entry_id = GFAPI::add_entry( $entry );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I create a form submission via code’ is closed to new replies.