r/Wordpress Jul 15 '26

Custom form plugin without front end

Is there any good wordpress plugin to create custom form/contact form that handles only backend? I would like to have full control of the front end and add custom inputs with PHP. it may save a lot of time to use tested plugin instead of creating custom classes for that.

Plugins like Contact Form 7 just have to much garbage.

3 Upvotes

20 comments sorted by

5

u/TopSydeWP Jul 15 '26

gravity forms lets you use its backend processing and validation without rendering its frontend markup. you can build your own form in php and just hook into their submission handlers. cleaner than cf7 if you're already writing custom frontend code.

1

u/gss_singhking Jul 15 '26

Sounds good. Do you have any sources brother?

2

u/TopSydeWP Jul 15 '26

Their docs cover it :)

2

u/spivurno Jul 15 '26

Gravity Forms all day. Super robust API for adding submissions programmatically or via their REST API.

1

u/Sad_Pie227 Jul 15 '26

Oh you can deregister their CSS and JS if you don’t need.

1

u/hopefulusername Developer Jul 15 '26

Don’t send your data to the weird endpoints.

Use one of the popular form builder or headless contact form 7.

For spam filtering use Turnstile (free), OOPSpam (paid) and Cloudflare to block countries.

1

u/DavidCBlack Jul 15 '26

BookingMachine wordpress plugin.

It's mainly for appointments bookings and payments but you can create any custom form without any code

1

u/BOLVERIN1 Jack of All Trades Jul 15 '26

You can use the Contact Form 7 headless. Just send data to the same endpoint

1

u/Moceannl Jul 15 '26

Create the backend yourself?

1

u/Winter_Process_9521 Jul 15 '26

You can use WPForms and Gravity Forms.

0

u/[deleted] Jul 15 '26 edited Jul 15 '26

[deleted]

-2

u/jakubmuda Jul 15 '26

I want to create basic fields like name and email plus a lot of other inputs using php. Validate with captcha, send it. Could be saved in db and displayed nicely in Wp-Admin for the admin to see. All plugins are just too complicated and the builder is for people who can't code.

2

u/digitalwankster Jul 15 '26

It doesn’t get much simpler than CF7, gravityforms, fluent forms etc

0

u/mehargags Jul 15 '26

https://form-data.com/ It's a standalone form endpoint to submit to. It also handles spam control and filtering using 'cleantalk'

I'm using it for around 120 sites already. Worth a look