The forms tag has no wiki summary.
1
vote
1answer
717 views
How to create a multiple choice radio group for a single theme option
Logically, I'm thinking it should something like...
<input type="radio" id="my_category_layout">
<option value="Item1">Item 1</option>
<option value="Item2">Item ...
1
vote
3answers
2k views
Creating an online questionnaire form - by Importing the questions from a spreadsheet?
I've got a spreadsheet where each row of the first column is a question, and the next 4 columns are the optional 4 answers to that question.
I want to turn these questions into an online form (like ...
1
vote
1answer
57 views
WP Login forms action URLs displayed as pretty URLs in browser (ex with Restore Password)
I would like to use the WP native login/register/restore password/.. functionality, but display pretty URLs instead of wp-login.php
I've been looking at the core code and noticed that most login ...
1
vote
0answers
47 views
Adding a new user from the front end
I have a front end form that creates a new post from users that are not required to login. However, I need to create a new user based on the information passed in the form. As it is right now I can ...
1
vote
1answer
49 views
Plugin to create forms using HTML [closed]
Until recently I've been using Custom Contact Forms to create some more advanced forms. The sole reason I've chosen this plugin was the ability to create my own layouts and basically just code clean ...
1
vote
0answers
233 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
0answers
93 views
Single Multisite Signup Page [closed]
I'm trying to turn the WordPress multsite signup page into a one step process instead of two. I'm wanting people to choose their username, email, password and a confirmation of their password, along ...
1
vote
1answer
68 views
other shortcodes in Contact form 7 MAILS
How to use other shortcodes inside Contact form 7- forms? indeed explains how to use other shortcodes inside Contact Form 7 forms. But that doesn't make them usable in the mails that Contact Form 7 ...
1
vote
1answer
262 views
How to pass on Google Adwords gclid variable to other pages
i need to track if people filled out any of my forms on my wordpress blog if they where coming from a Google Adwords ad. There are many forms on my website like for booking a demo presentation, ...
1
vote
1answer
323 views
Submitting post to database then redirecting to paypal
I am trying to submit form data to the database then send the client over to paypal which will use IPN to send a response back.
Right now I have the form submitting to the database, I have the IPN ...
1
vote
0answers
33 views
Showing errors from processing function on form
I use a function from my functions.php to process a front end post form. I store the errors in the variable $output but need a way to show it on the post form after submit. How can I do that?
1
vote
1answer
40 views
Avoid updating post when sending POST or GET request to post.php
I've created a Plugin which adds a new meta-box on the post.php dashboard page, containing a form. Whenever a POST request is submitted from that form, I would like to save some post meta-data.
I ...
1
vote
1answer
101 views
Register page in admin area
Ok, so I have a table in my admin area for my plugin. Each row as an edit button, which should post to the edit page. I don't know how to add my php edit page to the registered wordpress page, though, ...
1
vote
2answers
256 views
Form that sends data to an admin panel and can export it
Is there a way to have a form submit data to a admin control panel where the data is stored and can be rectified there? Could it also be able to export the data as excel for example?
1
vote
0answers
53 views
Submit custom form from post content and execute in plugin
I have prepared custom form (quiz plugin) with embedding in custom posts via {{QUIZ_ID}} placeholder. My form is displayed in post correctly but bigger problem is what form action should I create (and ...
1
vote
0answers
105 views
Ajaxify Form That Submits To Same Page To Display Post Data
I have a drop down menu that submits one of several filter options. The options are submitted to the same page, where post titles are displayed based on these options.
The form is working fine, but I ...
1
vote
0answers
251 views
Embed IPB forums to wordpress page
I have a community that is really forum driven, and after messing with most major content management systems, I've really liked Wordpress for Its front news pages/blog posts.
The issue that I'm ...
1
vote
0answers
140 views
How to allow user to select User ID in Formidable Pro form?
The goal of this formidable pro form requires three non-standard things to occur. I've written a custom plug-in with code that accomplishes two of the three goals, but I am unable to get the third ...
1
vote
0answers
111 views
Adding Contact Form 7 to my anti-spam rules in .htaccess
I have the following rules set in my .htaccess file to block spam. It works by not allowing anyone to login, register, or make a comment unless the conditions are met. It works, but I would like to ...
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
588 views
Multiple options pages validation for a plugin
I am writing a plugin and I decided to have multiple pages for different options of the plugin (for clarity's sake). Doing a single option was a piece of cake, but I'm encountering difficulties when ...
1
vote
1answer
325 views
Add X meta box inputs based on form at top of meta box, how to do it right?
I am setting up a meta box that controls the number of ingredients for a recipe. As each recipe will have a different number of ingredients I decided to use a simple text input and button to set the ...
1
vote
3answers
1k views
Custom form, shortcode, and submit handler
I have a frontend form with a bunch of input. My requirements force me to use a custom shortcode to create the form. I have already tested a page with that shortcode.
Here's my :
<form ...
0
votes
1answer
174 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
3answers
1k views
Contact Form 7 not sending emails- no confirmation, no error
Live site.
I've noticed that Contact Form 7 recently stopped working, despite my not having touched any of the settings. What's odd is that I receive neither a confirmation nor an error message; I ...
0
votes
3answers
633 views
Loading scripts & styles from a meta box callback function
Case:
I got a set of classes that build form fields based on data from an input array. The class can build the following types of form fields:
input (basic, hidden, password)
textarea
radio
...
0
votes
2answers
838 views
Redirect to another page using contact form 7?
I'm using CF7 to send some information to my email and everything's working fine, but I need to redirect the users to a different page after the email has been sent, by default the forms are sent to ...
0
votes
2answers
3k views
How do I Upload/Import Form (Input) Files via. Ajax function?
I keep running into an issue getting the file(s) added/switched to ajax so that the server ajax handler can deal with the rest. How can I get the $_FILES to be passed the same as with the default ...
0
votes
2answers
245 views
How to allow registered users to submit the form only 5 times per day?
Question
Is there a way that my registered users (if they are not the form is hidden so I don't need that) are restricted to submit the form more than 5 times per day, or 20 per month or whatever ...
0
votes
2answers
902 views
Saving frontend form data in wordpress
I have front-end user form like,
Title
Image Upload
Drop Down Category
Description
Tag
Now when a user fills the form and hits the publish button from the front-end..... at the back-end a post is ...
0
votes
2answers
125 views
Remove field in the form : only works for “url”, not for “email”?
I would like to remove the email field in the comment form. It works for url but not for email : the email field is still there. Do you know why?
<?php
function url_filtered($fields)
{
...
0
votes
2answers
155 views
A mandatory agreement form to access another page?
I want to set up a page with a form the visitor needs to fill out and accept terms before going on to another page. Is there a plugin to do this? If no plug in, is there another way?
Any help would ...
0
votes
1answer
94 views
I am trying to grab the title and put it in a paypal form select option
I am trying insert the title of a post in the option value of a form for paypal purchase, so I know what item they have chosen. But when I do this paypal gives me a error message that something is ...
0
votes
2answers
770 views
Detailed form plugin, with ability to export to excel etc. OR edit PDF live?
I have a client who wants to have online application forms for their non profit service.
I have used Contact Form 7 in the past, since its pretty flexible and you can have lots of fields, radio ...
0
votes
2answers
134 views
placeholder text in category form label
Is there a way to put a placeholder text in the category form label? Right now the label is empty and has a dropdown menu filled with categories. I want to make a dummy placeholder text which will be ...
0
votes
2answers
594 views
Redirecting after login?
I'm using the following to let the user login:
<form name='loginform' id='loginform' action='<?php echo get_settings('siteurl')?>/wp-login.php' method='post'>
...
0
votes
4answers
2k views
How to verify this checkbox is checked?
Actually I want to include a file if the checkbox is checked
<?php
$checked = get_option('automatic') ? "checked='checked'" : "";
echo "<input type='checkbox' name='automatic' $checked />";
...
0
votes
2answers
614 views
404 Error on form submission within custom post type
I'm trying to create a forum system using WP's custom post types - two post types as Topic/Reply and a Forum taxonomy.
I have created a singular template for the topic post type, in which I added a ...
0
votes
1answer
155 views
Contact form with Jquery and PHP don't work
<?php/* Template Name: Contact */?>
<?php get_header(); ?>
<?php
wp_enqueue_script( 'jquery.validate.min', get_bloginfo('template_directory') . ...
0
votes
1answer
426 views
Remember form field values with page navigation
I have a form on a page template that controls which posts show up on the page and how those posts are ordered. You can see what I mean here: http://www.theseattlevine.com/the-vine
The questions I ...
0
votes
1answer
101 views
Form Submission Warning: Cannot modify header error only when plugin is deactivated
I have created some custom post forms that I'm now using in place of a plugin called WP User Frontend which allows you to post and edit from front end. These post forms we're working great but when I ...
0
votes
2answers
1k views
Contact form 7 select box different value-text then content-text in option
DSoes anyone know how I can set a different valute in the select-options in contact form 7 plugin? Here is an HTML example of what I'm trying to do
<selct>
<option value="1">My ...
0
votes
2answers
400 views
Plugin that will output submitted form data for user?
I have a standard HTML form that the visitor will fill out. It consists of mostly checkboxes. What I would like, is after the form is submitted, a page is then presented to the user showing what ...
0
votes
2answers
223 views
How to handle forms from sidebar widgets - Processing $_POST variables using get_field_name()
Thanks to Wordpress calling their content 'posts', it makes it hard to find information on dealing with forms submitted with the POST protocol. My question is simple, the answer should be simple to a ...
0
votes
2answers
787 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 ...
0
votes
3answers
561 views
Can a page contain php code?
I am trying to use the following line of PHP code in one of my pages:
<input name="from" id="from" value="<?php echo $_GET['from'];?>" type="text" />
But instead of displaying an empty ...
0
votes
2answers
135 views
Trying do build a contact form
I have some problem making my contact form work. The contact form should only be in one simple site. So i created two templates.
The first template only has the form.
The other one have the php code ...
0
votes
2answers
429 views
Submitting POST data to a custom page template triggers a 404, why?
I've got a simple custom page template with a form on it. This page can process the form itself, so the entered data gets submitted there as well, using POST. Submitting the form, however, results in ...
0
votes
2answers
1k views
RSVP form for Facebook events from a Wordpress post?
Is there a way to add a RSVP form to a Facebook event in a Wordpress post?
(let's assume I have a website linked to a Facebook application and I want to publish public events I have published on a ...
0
votes
2answers
151 views
How to Collect Keyword and Search Engine Data on Webforms?
We have a contact form using Contact Form 7 on our wordpress site. We would like to be able to attach any information about where the user came from: keyword search is the #1 item of interest.
We ...