- New Feature: Integrate the MetaBox Group with the Submit post and the Edit post.
- Add new action hook to process Remote Request data:
do_action(‘pafe/form_builder/remote_request_response’, $form_submission, $remote_request_response, $webhook_response);
- Add new filter hook to custom response message of Submit button:
apply_filters(‘pafe/form_builder/custom_message’, false, $form_submission, $remote_request_response, $webhook_response);
- Add new filter hook to decide send email or not:
apply_filters(‘pafe/form_builder/not_send_email’, false, $form_submission, $remote_request_response, $webhook_response);
- Fix Address Autocomplete Map display broken image.