Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
44 views

Missing Contact Form/Form Default Plugin in Wordpress

I'm currently using wordpress to develop website and as much as possible doesnot want to use any plugins. When I want to add contact form I see the link below which looks like a default plugin, but ...
Player1's user avatar
  • 101
0 votes
0 answers
26 views

i need to resive data external api and show user

i have one form for user , this form send code to external api and i need show user callback responce api this page and not ind plugin for this work (for show responce api current page for user ) i ...
Ali Garivani's user avatar
1 vote
1 answer
39 views

Is there a WordPress plugin or solution that allows to set up forms with a total control over markup

I’m using a Bedrock and Sage stack to develop WordPress site with Blade and Tailwind, and I’m looking for a plugin or a solution to implement forms with a full control over the markup. I would like to ...
tone's user avatar
  • 11
0 votes
1 answer
18 views

Trying to Find the PHP File/Function that Handles a Specific Form Action URL

I am using a specific plugin that enables basic e-commerce functionality, and am attempting to extend the plugin functionality to include payment processing on the checkout page. The plugin itself has ...
Druid's user avatar
  • 1
0 votes
0 answers
143 views

I am trying to add form using ACF plugin and acf_form() function, but my user fields dont show up properly

I am new at wordpress, so i am very sorry if this is a stupid question, but anyway... I am trying to create form on frontend to add my custom post types with custom fields which i created using ACF ...
Tasha Yan's user avatar
0 votes
0 answers
15 views

Issue using form in Google app in mobile

I have a contact form on my website, and I'm utilizing Contact Form 7 (CF7) plugin for it. However, when I fill out the form using the Google app on my mobile device, the page seems to reload somehow. ...
Baim Quraisy's user avatar
0 votes
0 answers
29 views

add to cart linking to add to cart page

I am making a website in Wordpress and created a custom shortcode for loading the products. That is working fine, however when clicking the add the cart button, if redirects me to the cart page, where ...
Brango's user avatar
  • 1
0 votes
1 answer
133 views

Form submission issue in wordpress admin (custom plugin) using $_GET for searching & filtering

I have a custom plugin that was built by a developer which was working fine until last week Friday. The plugin is running on wordpress.com platform rather than a stand alone Wordpress.org CMS. An ...
user2274299's user avatar
0 votes
1 answer
78 views

Gravityforms login form custom redirect if form not submitted

I am using Gravity forms with Wordpress. For project I want to add function that allow to redirect to different pages based on condition: loginin person didnt submit specific form. For example after ...
user2482734's user avatar
0 votes
0 answers
61 views

Display file contents within Plugin

Does anyone know what I am doing wrong - I try to display forms from different files within my plugin. all is triggerd by my_shortcode where the via $atts the user choses which form to display. This ...
gladys's user avatar
  • 11
0 votes
1 answer
59 views

Can't save formdata in DB

I'm trying to build a form in the backoffice to save some data in a custom table. The form is a list of checkbox, in witch the value is linked to a selected user. So you have to select a user in a ...
Francis's user avatar
0 votes
1 answer
557 views

How can I add a zip code service availability checker in Wordpress without Woocommerce? [closed]

The website is for a business that only provides services in certain zip codes. I would like to be able to display different messages based on if the zip code matches one in my list or not. I couldn't ...
NCBlender's user avatar
0 votes
0 answers
107 views

Linking form to user meta fields

I currently have my login page set up to allow sign up through google. Immediately after a successful sign up I'm looking to set up a redirect to a form where the user can enter additional details and ...
Robert Mifsud's user avatar
1 vote
1 answer
41 views

WP plugins for building a database?

I am a beginner at WP, I need some ideas on how to proceed with the following problem: I need to create a tool that will build a database for a client's WordPress site. The database surrounds authors ...
helikopter's user avatar
1 vote
0 answers
31 views

Can I use custom CSS and js plugin to put JavaScript in to validate my forms

I would like to put some front-end JavaScript validation to my forms, but was wondering, if I can put the JavaScript for the field validations in the custom CSS and js plugin, or do I need a specific ...
Spencer Halstead's user avatar
0 votes
0 answers
22 views

How to create a form where you can select multiple recipients, based on a list of website users?

First of all, I'm not a professional developer but I do have basic programming knowledge and experience. I apologize in case someone pulls their hairs at my low knowledge about wordpress development. ...
Kim's user avatar
  • 1
0 votes
0 answers
21 views

login form should redirect to register page for in 1st login next time it should redirected to home page

I'm new to WP I need your help in redirect the user only for 1st time logging, in my landing page, 1 created a login form if the user logged for 1st time means it should redirect to register page and ...
Bhanu M's user avatar
0 votes
1 answer
57 views

WordPress search input in database, to edit information via form and update the database

i would like to program a custom form to sift out the row that i am interested in by finding the machine's serial number to bring all the other information (eg. full name & email), so i can get ...
Eliza T's user avatar
1 vote
0 answers
599 views

Using a custom plugin to capture input data via Ajax and PHP

I'm very new to WordPress, so please excuse my possible lack of understanding. I'm super comfortable with good old vanilla HTML/JS/CSS, and transitioning my hard coded site into WP. My old site had ...
Austin's user avatar
  • 111
0 votes
2 answers
876 views

Form that generates an ID for the customer

I wonder if this is possible on wordpress. In my application I will have a contact form, in this contact form, when filling in the fields, there must be a field that will generate an ID. This ID the ...
WPfan's user avatar
  • 105
0 votes
1 answer
631 views

How to get data from a form on a wordpress site?

I am building a plugin that reads the data submitted from a form and sends it to a remote database. How can I get the data from the form fields?
Roshan Chapagain's user avatar
0 votes
1 answer
633 views

WPForms Custom Redirect not working

I use WPForms in one product category where customers get redirected to cart after filling in the form. The WPForms redirection where you set the URL works perfectly, however, I need the URL to be ...
elimariaaa's user avatar
0 votes
1 answer
936 views

coding a WordPress AJAX Form using PHP to check if User is Logged Out and Show error

I have a WordPress Frontend Form, that uses AJAX to save data. The form is processed in backend obviously using PHP post, I did a simple solution to inform form submission errors to users if the form ...
Aditya Agarwal's user avatar
0 votes
1 answer
27 views

Submitting form to PHP

I am submitting a form to PHP edit post metadata. The logic I built is having multiple "ifisset" to execute different parts of the requirements based on the inputs. There are 4 issets, the ...
Ali Hamdan's user avatar
3 votes
1 answer
2k views

Trying to add admin file upload form plugin

I'm trying to create an upload form from my admin page via a plugin. I've cobbled together some code from a few sources, including this one: https://www.htmlgoodies.com/beyond/cms/create-a-file-...
Jesse Aldridge's user avatar
0 votes
1 answer
70 views

WP Donation Form with custom payment API

I want to know if there's a plug-in out there which gives you the possibility to create a donation form and to use a custom payment gateway(not only Stripe,PayPal, etc). Thank you!
Daniel Simion's user avatar
0 votes
0 answers
17 views

General Term for this form Field

I'm trying to find out what you call a Field where you can select like lets say What department do you want to contact? then its Departments: [Tech] [Sale's] ect I use Formidable ...
Azury's user avatar
  • 1
0 votes
0 answers
4k views

How can I implement radio buttons with icons in Contact form 7?

I want to know how you can implement something like what is in the picture attached in Contact form 7, for now and seen what can be done with CSS 3 and HTML. But how can I implement it in the ...
Alvaro Mejia's user avatar
0 votes
2 answers
3k views

wp_set_password() does not work!

I created a simple form for my users to can change their passwords. but there is a problem and I am confused! I tried a lot to change my password but my pass will not be changed by wp_set_password() ...
Sh.Dehnavi's user avatar
0 votes
1 answer
70 views

Custom Formdata matching with user table

I am writing a code to match form input data with user table in wp, but its not working proper, either condition is true or false, its giving same message. please help me to resolve it. function ...
Amar Verma's user avatar
0 votes
2 answers
1k views

Hide button after form submit and save state to localstorage

I'm trying to disable a form button (contact form 7) after submitting and then save the disabled state to localstorage. This disables the button after submitting: jQuery(document).ready(function($) { ...
Paranoia's user avatar
0 votes
2 answers
272 views

Why is my form going to frontend on html form submission present on the php files inside my custom plugin?

I'm creating my first Wordpress plugin. It's goal is to update information from admin user about the book stock using sku only. There are 2 forms in update-stock.php page. First form takes sku input ...
Savio menezes's user avatar
1 vote
0 answers
24 views

auto populate list of questions if user select a category xyz

I have a custom post type job with a category of different type. each type of job has it's own list of questions that I want user to answer. is there a plugin that i can use to achieve something like ...
Yama's user avatar
  • 111
1 vote
0 answers
39 views

Wordpress WPforms customization

Firstly I would like to apologize because my question may be a little bit nooby. For the educational purposes I am building app to keep several different records in DB and then make custom query from ...
Gašper Štefančič's user avatar
2 votes
1 answer
485 views

When is it useful to use wp_verify_nonce

I know that wp_verify_nonce() is used to make sure that the $_POST is coming from a safe place. I am developing a WordPress plugin which creates custom lists. In order to do that the web site owner ...
Alberto Crespo's user avatar
1 vote
1 answer
3k views

Hook into and send mail using WP Mail SMTP type plugin from HTML static front page?

I am reusing an HTML Bootstrap page as a static front page on a WordPress site. The front page has a form in it which I want to use as a Contact Me form. I've installed the widely used WP Mail SMTP ...
ClintonGallagher's user avatar
0 votes
2 answers
565 views

Plugin Admin Page Ajax-Admin call returning 0, URL set correctly. Implemented localized scripts but did not fix it

I am attempting to submit an Ajax call transfer the source URL of a selected image from a WordPress Media Library to PHP in my plugin settings page. Upon clicking save I'm constantly met with "error, ...
peter k's user avatar
0 votes
0 answers
155 views

Meta Key array building with multiple input values from fields

I'm trying to build a custom form using UserFrontend on wordpress and I need to copy an array from one of the known meta keys from WooCommerce. Only thing is I'm not sure how to approach this issue as ...
aangel10's user avatar
0 votes
1 answer
521 views

Creating posts with acf_form() that has a relationship type field

I'm trying to design a form that creates a post, with the help of Advanced Custom Fields (ACF). The post has a custom post type of 'movie' and has custom fields of type 'relationship' that link to ...
Ds Red's user avatar
  • 1
0 votes
0 answers
20 views

Plugin to manage form submissions on admin panel

I am looking for a plugin, which is capable to manage form submissions on admin panel. So it should create an admin accessible interface to handle incoming requests/submissions. Administrators should ...
plaidshirt's user avatar
1 vote
1 answer
1k views

Custom form action to handle data inside a plugin

This is a stupid question, but I don't have much experience in the wordpress development. If I have a custom form that need to interact with a custom plugin, how I can get the submitted user data ...
ZWPDev's user avatar
  • 106
0 votes
2 answers
178 views

How to send custom mail when a user complete a specific form

I've been looking for the whole day for a plugin that help me to solve my problem with my website. Is there a way to create a specific form that could send a custom e-mail when the user complete it? ...
Jerry's user avatar
  • 1
0 votes
2 answers
620 views

How to submit custom form data using ajax to HubSpot form?

I am new in WordPress. I have created a custom form in WordPress. When clicking on the submit button I want to submit form data using ajax to HubSpot. Please, anyone, help me how to complete this ...
Rakesh Patidar's user avatar
0 votes
3 answers
7k views

Ajax call to php function doesn't work PHP code

I have a form like this: <form method="post" action="" id="BookingForm"> <label for="email">Email</label> <input type="text" name="email" id="emailId" value="" /> &...
Federico's user avatar
  • 103
2 votes
3 answers
18k views

How to disable autocomplete for inputs in contact form 7? [closed]

I have below code for contact form 7. Usually I use autocomplete="off" for html input field. However not able to figure out how to do the same for contact form 7 <div class="row"> <div ...
Varsha Dhadge's user avatar
-1 votes
1 answer
98 views

Can't edit Contact Us form on front page

I can edit everything on the homepage except the Contact Us form. It is not a gravity form listed in our list of forms, and it is not a contact form 7 plug in. It is not a sidebar. I cannot get to it ...
ALC's user avatar
  • 1
1 vote
0 answers
17 views

Contributive page where people logged in can write

I'd like to have a page on my wordpress site where people can add a content really simply. They would click on a link that open a popup where they can login, add a content, and that's it. It would be ...
Rudy Pignot-Malapert's user avatar
1 vote
0 answers
45 views

Contact Form 7 Get Image Function [closed]

I am building our website and we are a business that sells dresses. I am looking to have an "Inquire" button for every dress that we have (we avoid posting prices). My dilemma is that a regular ...
Kevin Butalon's user avatar
0 votes
1 answer
1k views

Creating a WordPress addon for ContactForm7 submission (.XML file export)

I´m trying to create a plugin for WordPress to collect data from a website job-application form and generate a .XML file for each appliance ... I´m learning php. In this little code presented below, I´...
Wagner's user avatar
  • 3
0 votes
1 answer
84 views

submit form data to wordpress existing database table using my plugin

i have created a plugin for wordpress to sbmit form dtails to wordpress database. I created a table in cpanel phpmyadmin called 'wp_in_booking'. im trying to send the form data, but it can not get ...
Timothy Mach's user avatar