After setup, verify it
First use PINGSLAP's test alert to confirm phone notifications work. Then submit the actual WordPress form to confirm the full form-to-PINGSLAP path works. Use the Verify Integration checklist.
WordPress
Most WordPress form integrations send from your website server after the visitor submits the form. That usually avoids browser CORS problems and keeps the webhook URL inside WordPress admin.
First use PINGSLAP's test alert to confirm phone notifications work. Then submit the actual WordPress form to confirm the full form-to-PINGSLAP path works. Use the Verify Integration checklist.
Setup summary: Edit the form widget, add WebHook under Actions After Submit, then paste the PINGSLAP webhook URL in the WebHook settings. Save and submit a test form.
Official Elementor documentation
Future screenshot location: Elementor WebHook action settings
Setup summary: Install and activate the official Webhooks Add-On, add a webhook feed for the form, paste the PINGSLAP webhook URL into Request URL, and use POST with JSON for a typical alert.
Official Gravity Forms documentation
Future screenshot location: Gravity Forms webhook feed
Setup summary: Enable the Webhooks addon, open the form builder, add a webhook under Settings, paste the PINGSLAP webhook URL into Request URL, choose POST, and use JSON request format.
Official WPForms documentation
Future screenshot location: WPForms Request URL field
Setup summary: Add a WebHook integration feed to the form, paste the PINGSLAP webhook URL into Request URL, choose POST, choose JSON, save the feed, then submit a test entry.
Official Fluent Forms documentation
Future screenshot location: Fluent Forms WebHook feed
Setup summary: Activate Webhook under Forminator integrations, open the form's Integrations tab, add Webhook, enter a connection name, paste the PINGSLAP webhook URL, and save.
Official Forminator documentation
Future screenshot location: Forminator Webhook URL modal
Setup summary: Install and activate the Webhooks add-on, add a Webhooks action to the form, paste the PINGSLAP webhook URL into Remote URL, choose POST, and map the fields you want to send.
Official Ninja Forms documentation
Future screenshot location: Ninja Forms Webhooks action
Setup summary: Contact Form 7 official docs reviewed here cover Mail and Additional Settings, but do not document a built-in webhook URL field. To send to PINGSLAP, use a clearly chosen third-party extension, an automation bridge, or custom WordPress development. Do not treat a third-party plugin as official Contact Form 7 functionality.
Official Mail documentation · Official Additional Settings documentation
Future screenshot location: chosen third-party extension or custom implementation guide