contact_mailContact Form 7infoajaxcodeJavaScriptwarningvalidationdescriptioncontact-form-7labelCommonwarningModerate

Contact Form 7: Invalid URL.

The error appears when Contact Form 7 rejects a URL value during validation. It happens on the client side and stops the form from sending.

Validation requires a scheme such as http:// or https://. Missing scheme, spaces, or illegal characters cause the validator to flag the field as invalid.

The form also relies on the WordPress REST API endpoint. If the endpoint is unreachable because the REST API is disabled or rewrite rules are broken, the plugin interprets the response as an invalid URL.

Security modules that block requests to /wp-json/ also produce the same message. The request never reaches the server logic, so the plugin reports a failure.

Custom code that alters the wpcf7_validate_url filter or changes the form action might generate malformed URLs. The validator then rejects the submission.

Symptoms

[dashicons-warning]
Inline error message
Red text appears next to the URL field stating “Invalid URL.”
[dashicons-no]
Form does not submit
Submit button re‑enables instantly and no email is sent.
[dashicons-admin-tools]
Network error in console
AJAX request returns 400, 403 or 404 with JSON code invalid_url.

Common Causes

Missing URL scheme
Field lacks http:// or https://, validator rejects it.
REST API disabled
Endpoint /wp-json/contact-form-7/.../feedback is unreachable, plugin treats response as invalid.
Rewrite rules broken
Permalink or .htaccess mis‑configuration leads to wrong AJAX URL.
Security firewall blocks request
ModSecurity or security plugin returns 403 before validation.
Need this fixed right now?

Don't waste your day debugging. Our experts can Fix your issues in under 2 hours.*

Success Rate

100% Guaranteed

Starting from

$35 /hour
99+

Trusted by Business Owners

“I spent 3 days trying to fix the Elementor loading loop. These guys fixed it in 20 minutes. Lifesavers!”

— Sarah J., Web Designer

Related Issues

contact_mail
Contact Form 7: REST API request failed: 503 Service Unavailable
A 503 Service Unavailable response stops Contact Form 7 from sending data...
apiREST APIerror503descriptioncontact-form-7
contact_mail
Contact Form 7: REST API request failed: 429 Too Many Requests

The form tries to send data through the WordPress REST API. The...

apiREST APIerrorerrorsecurityfirewalldescriptioncontact-form-7settingsserver_configuration
contact_mail
Contact Form 7: REST API request failed: 401 Unauthorized

The form tries to send data via the WordPress REST API. The...

apiREST APIadmin_panel_settingspermissionsdescriptioncontact-form-7lock401
contact_mail
Contact Form 7: File upload error: temporary directory missing

The error appears when Contact Form 7 cannot locate a writable temporary...

codePHPcloud_offupload erroradmin_panel_settingspermissionsdescriptiontemporary filedescriptioncontact-form-7
contact_mail
Contact Form 7: Mail (2) sending failed: PHP mail() function disabled

Contact Form 7 reports a failure for Mail (2) when the PHP...

codePHPerrorerrordescriptioncontact-form-7mailMailsettingsserver_configuration
contact_mail
Contact Form 7: Mail (2) sending failed: SSL certificate verification failed

Contact Form 7 reports a failure when trying to send the secondary...

errorerrorlocksslcodecURLdescriptioncontact-form-7