The forms tag has no wiki summary.
18
votes
10answers
1k views
Contact Form on WordPress Sites?
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress ...
9
votes
7answers
11k views
Front-end Register Form
I'm looking for an easy way to place the user registration form on the front-end of a WordPress site. I've already used wp_login_form() to place the login form on the front end, but now I need to do ...
16
votes
1answer
19k views
How to edit a user profile on the front end?
How can I edit a user profile in the front end with a form?
first name, last name, username, email address and password
3
votes
1answer
221 views
Page returns 404 with POST variables, but not without
I have a problem with my page. I'm trying to make a "Contact Us" page. It's working perfectly fine design-wise. But when I try to send the form to the same page as origin. It returns 404 error.
It ...
10
votes
7answers
41k views
How to display Wordpress User Registration Form in front-end of the website?
How to display the wordpress User registration form ( the form that appears in "www.mywebsite.com/wp-register.php" page) in the front end of my blog.
I have customised the Registration form but dont ...
2
votes
2answers
2k views
What is the recommended way to create plugin administration forms?
I have seen and been using the following technique for adding php scripts to my plugin for handling custom forms in a wordpress plugin.
from the quizzin plugin:
$code_pages = ...
1
vote
1answer
1k views
I am trying to create a simple frontend form for posting
i am trying to learn and create some deeper things with Wordpress. My goal is to create a code/script/plugin that will allow me to post from the frontend.
I have seen many plugins, like templatic ...
2
votes
2answers
402 views
Form that creates posts
How can I create a form that allows people to submit questions / ideas that once submitted creates a post in wordpress?
1
vote
2answers
6k views
Check for correct username on custom login form
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 ...
1
vote
1answer
309 views
Get user input from a form
I am trying to create a form that will allow users to update their information on the front end. I am just starting to learn PHP (I know C# very well). If I use this code to create a form on a ...
0
votes
1answer
283 views
How to integrate Constant Contact without messing with current form style? [closed]
I currently have a style sheet on my wordpress page that has a contact form built into it. I like this style and I don't want to mess with it, but all the constant contact plug-ins come with a form ...
2
votes
2answers
505 views
Autocomplete for taxonomy input boxes on a front end form
I have created a simple frontend form to allow users to submit posts - similar to the tutorial here - http://voodoopress.com/ . I also have a couple of custom taxonomies which i have as text input ...
2
votes
1answer
1k views
Best Practices for Creating and Handling Forms with Plugins?
I'm writing a plugin that creates and handles a simple form. This has been my approach sofar, but it's turned out to have some major flaws:
1) On plugin activation, create a blank page for the form ...
1
vote
2answers
2k views
Post from front-end with post types, categories and taxonomies
I am now developing a wordpress site that will be something like a directory. People will be able to submit walkthroughs, advanced reviews, as well as cheat codes for games. We were going to make a ...
1
vote
1answer
365 views
One comment per user per post
How can i disable the comment form, if the user is already submitted a comment for the specified post?
I am using this now, but this is only good for 1 post / user / website.
<?php
global ...
0
votes
2answers
154 views
Is there a WordPress form plugin that can easily be configured for Google Analytics goals?
I don't want to have to make use of a destination url, so ideally I would like to be able to add the onclick="_gaq.push(['_trackPageview', '/G1/whatever']);" event to the submit button on the form.
3
votes
4answers
3k views
Submit To PDF in WordPress
Is there a plugin or something that creates PDF files from a entered by the user form data, when it clicks on the submit button?
1
vote
0answers
232 views
jQuery Plugin to use Wordpress functions in AJAX request
I'm using Chained Selects jQuery Plugin to create multiple chained selection fields. I'm using the remote version of the plugin to build the related options by means of AJAX request from a separate ...
1
vote
1answer
599 views
Set Featured Image Front Frontend Form
I have been struggling for days to figure this one out. I have successfully implemented a form to submit posts from the front end of my site. ButI can't figure out how to make the image uploads work.
...
1
vote
1answer
223 views
Adding data to an array in usermeta and displaying it in a loop
I have a front end post form where I take a file upload of an image. That image gets stored as a custom field which is easy enough to do. What I need to do though is store each unique image url for ...
1
vote
2answers
1k views
Front End Post Submit Form
I'm working on a site that is going to be community powered. It's going to have the form for registered users to submit draft posts, which will then be approved or deleted by the site's editors. The ...
1
vote
2answers
458 views
Anonymous Postings
This is a repost of a question asked on stackoverflow, and was referred to this site:
My client wants to create a form on his new WP site that when filled out and submitted will be submitted to his ...
0
votes
2answers
782 views
How to create and retrieve data from a special registration form?
What is the recommended way to approach the follow issue? I have to create two pages. On one page I will have a small form where users will be able to register themselves (with or without photo). On ...
2
votes
2answers
1k views
How to handle form submission?
I'm new to wordpress and hence facing some issues:
The use case scenario is as follows:
1) A user is displayed an application form to start a club in his school.
2) The user fills the form and hits ...
1
vote
1answer
53 views
Template plugin for blog posts?
can someone recommend a plugin to do the following?
My wordpress CMS has two types of users: administrator and editor, both of whom are not technologically savvy, so they need things to be super ...
1
vote
1answer
122 views
Char limit on custom blog-post form? [closed]
I want to setup a simple custom form for users to post, which will automatically:
Subscribe user to updates (i.e. moderation approved, comment posted)
Enable DISQUS xor IntenseDebate comments
...
1
vote
1answer
218 views
Settings API erases itself?
I have two forms created using Settings API, and when I save one of them the other one gets erased and vice versa.
Here's the whole code so you could paste it into your functions.php file and see ...
1
vote
1answer
195 views
exclude category from WordPress Form function
I have this function and I need to somehow exclude a category number 14 from my submission form. Is there any way to do it inside this function?
function retrieve_cat_data($byid = false){
...
0
votes
1answer
190 views
Adding a “Report the post” button/form?
I have a user-generated-content website with WP.
I would like to allow the readers to notify me of posts that should be taken down.
I need to:
add a button to the end of each posts, that when ...
0
votes
2answers
301 views
need to add attach thumbnail from my form
i need to add [attach thumbnail] to this form
functions.php Code:
if( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == "new_post") {
...
0
votes
1answer
173 views
On update to 3.04 site started recording accents as “á” and “á”, what to do?
One day my site worked perfectly and the next it suddenly started to have trouble recording accented characters. The problem affects posts' body, if I submit a post with an accent on the title it ...
0
votes
2answers
501 views
How to embed form data within the 'Add new post'
I want users to be able to use a car template in new posts. The template will include items such as a photograph of a car, make, model, number of doors, colour of car, etc.
Users will not want to use ...
