I have never used WordPress before, but have a lot of programming experience. My question is, how to create customs forms in WordPress? I need to create a form...
I’m not asking about full email validation. I just want to know what are allowed characters in user-name and server parts of email address. This may be oversimplified, maybe...
Problem I have a page on my site where I need to do additional searching within that page. I am using the default way of WordPress searching with <?php...
While looking for proper form submission handling in plugins for users (frontend) I’ve stumbled upon this article Handling POST Requests the WordPress Way, which encourages to use admin-post.php for...
I’m writing a plugin that uses a form to pass some data through to itself. Is there any way to do this “The WordPress Way”? Sample form code (on...
Hi I have a form that adds attachments to a post, however when the form posts it obviously doesn’t show the post with the new attachment echoing “your file...
I have a survey on a website, and there seems to be some issues with the users hitting enter (I don’t know why) and accidentally submitting the survey (form)...
I protected a page with password. I’d like to add a short error message when the inserted password is incorrect. How can I do this? I add this code...
I have a form with name orderproductForm and an undefined number of inputs. I want to do some kind of jQuery.get or ajax or anything like that that would...
I have used Jeff Star’s tutorial for creating my own custom login form http://digwp.com/2010/12/login-register-password-code/. It works great, but I have one problem. On the reset password form, if someone...