The forms tag has no wiki summary.
0
votes
0answers
21 views
Calling Custom Taxonomy Dropdown in Form
I'm writing a plugin to allow users to submit fragments of lyrics to my site. I have the plugin working minus one aspect. When entering the lyrics I would like users to be able to select the artist ...
1
vote
1answer
48 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 ...
0
votes
2answers
124 views
Get Admin Email Address From External PHP page
I am setting up a "built in" contact form that I need to pull the administrators email address from an external php page.
For instance, my form action="path/to/process_form.php"
Within that ...
0
votes
1answer
158 views
Page Options Saving But Not Updating In Backend
I have created a custom options page for a slider that you can upload slides to. Everything works great except when trying to save the data. It will get saved and I can use it on the front end. But ...
0
votes
0answers
16 views
Custom Form not generating URL
CReating a template to load content in an iframe on the same page - I have not even got as far as using ajax to avoid reloading the whole page as the form submit is not working. The submit button ...
0
votes
1answer
338 views
Refresh problem post is duplicated when page is submitted after page reload
I have a form on my website, that creates a post from front end. So every time when I refresh a page I got this message first:
The page that you're looking for used information that you entered.
...
0
votes
1answer
18 views
POST from jQuery to PHP
I have a form that passes field values to jQuery, which validates the fields and creates the variables being sent in data: {} in the snippet below.
$.ajax({
type: "POST",
url: "<?php ...
0
votes
0answers
15 views
Front end form submission/processing, without using a template file
I'm writing a plugin which has a front end form that is generated by a shortcode. I'm struggling with processing the form submission in any way. Many tutorials describe placing form processing code at ...
0
votes
1answer
19 views
jQuery Validate wp_editor
I have a form, and in the form, I use
<?php wp_editor('', 'user_submitted_progress', $settings = array('textarea_name' => 'user_submitted_progress')); ?>
to generate a TinyMCE, rather than ...
0
votes
1answer
133 views
How to add a onclick attribute to a list of checkboxes?
I have this array for checkbox:
array(
'name' => __('Latest Product',''),
'desc' => __('Select if you want to display latest product',''),
'id' => $prefix . ...
0
votes
2answers
106 views
Force string into signup form
I am running WP multi-site and BP. The plugin in question is Anti-Splog by WPMUDEV. They have advised they do not support customisations.
Anti-Splog tries to limit spam blogs from appearing on your ...
0
votes
1answer
39 views
WordpressUser Submission Form
I have a User Post Submission form, and it has three issues, as well as one potential issue.
Here is the code that processes the form.
<?php if(isset($_POST['user_submission_form'])) {
...
2
votes
1answer
153 views
User registration problem in wordpress
I am trying to do a user registration form in my site's side bar, although users were able to register but instead of getting success message, wordpress usually redirect them to 404 page.
below is my ...
0
votes
1answer
30 views
Make editor required for post from frontend
I am trying to build a content submission form on the front end of my site, and I am using wp_editor to render visual text editors for my users, so they can make bold text and lists and stuff like ...
0
votes
2answers
20 views
prepopulate form from a hook within wordpress function.php file
I have a form that I created by simply using the HTML editor in the wp-admin backend for a page. I have some variables in a hook for that page, I would like to pre-populate some of the form fields ...
0
votes
0answers
14 views
Integrate plugins s2Member with MailChimp
i follow the tutorial at http://www.mysecondmillion.com/s2member-install-setup-mailchimp/
configured as what its said,
but still not get the s2Member subscriber added to mailchimp list.
I've set ...
0
votes
2answers
867 views
Add captcha validation to my custom form for Frontend posting
i have implemented the frontend form, which enables UNREGISTERED users to post on my site.
Everything in working perfectly, the only problem I have is with the implementation of the captcha.
All of ...
-1
votes
0answers
16 views
Wordpress plugin downloadable content only for subscribers Question:69251 [closed]
Anyway,the issue below:
Downloadable content only for subscribers?
i found it useful as i need the further information of how to implement A Whitepaper download files in a site.
i wanna ask @javipas
...
0
votes
1answer
312 views
Converting a working AJAX form to work with Wordpress
I have a working html form with jQuery validation and have been submitting the data with AJAX, I am now trying to copy this form in to my own Wordpress theme, but I can't see where I am going wrong in ...
0
votes
2answers
183 views
Downloadable content only for subscribers?
I'd like to use WordPress to set up a whitepapers site. Any user can check the main site with a list (blog format) of white papers available. But if a user wants to download any whitepaper, he has to ...
1
vote
1answer
39 views
Creating a custom multilingual form
I need to create a special form for my website where users cand specify a series of data including some textfields, combo boxes and sliders (from 0 to 100). Also I need this form to be qTranslate ...
0
votes
1answer
197 views
Display multi-select box choices in a bullet list
I have a form that includes a multi-select box.
<form method="POST" action="">
<select name="countries[]" size="5" multiple="true">
<option ...
0
votes
1answer
241 views
How to open a lightbox form from a navigation menu item
I want to add a custom menu item to the main navigation menu, On clicking this item I want to open a lightbox form. I have the form-shortcode ready to be placed but on a page but I don't know how to ...
1
vote
1answer
81 views
Creating a form contact page?
I'm newbie on WordPress, how can I create a new page/top-link/contact-form for a contact page?
I'm using a third party theme which allows you to create a contact form with field, but unbelievable I ...
0
votes
1answer
114 views
How do a put a form with php code into a variable or shortcode?
I'm trying to put my frontend form into a variable or a shortcode so I can wrap another shortcode around it (specifically Bainternet Post Creation Limits).
My form has PHP code in it so I'm not ...
0
votes
1answer
26 views
Why is this search form not submitting when button is clicked?
I've got a search form on my page, which works perfectly fine when I enter the text and press enter, however it doesn't submit anything when .submit-search button is clicked, why is that? note: ...
0
votes
1answer
200 views
Display additional form options based on Category selected $categoryId = $_POST['cat']; not working
I have a conditional statement to show certain images to choose from (radio buttons) based on the category chosen, however when the category is chosen, the radio buttons don't show? What am I doing ...
0
votes
1answer
128 views
Email from my theme's contact form doesn't get the reply-to address right
I'm using a theme that has a built in contact form, which has some options (like where the form is sent) set through the OptionTree plugin.
What's happening is, the email gets sent, but the reply-to ...
-1
votes
0answers
37 views
List custom post type URLs based on user form selection
I'd like to set up a form with dynamically populated radio buttons for all custom post types. Something like this:
custom post type 1
custom post type 2
custom post type 3
continued for all CTPs...
...
0
votes
1answer
39 views
Contact form 7 Plugin
http://www.tahititravel.com.au/site/thepage/
Here I have a form. I am using Contact Form 7 Plugin.
I have modified the CSS to suit my Design.
But When the form validates my design is ruined
How ...
0
votes
1answer
32 views
Is it save to replace <input type=“submit” > with <button type=“submit”> in WordPress search form
I am asking because of a large userbase and possible conflicts with plugins.
I mean the 2013 theme for example targets the button with .searchform [type="submit"] even of it has the .searchsubmit ...
0
votes
0answers
40 views
User driven content problems
I am trying to build a website that will allow users to post from the front end. I need to be able to have the user enter a title, a category, and tags. For the content of the post, I would ideally ...
0
votes
2answers
614 views
How to append new form elements in “Add New” form of Users in Wordpress admin panel?
I'm developing a WordPress plugin and I want to append some extra form fields in add new form of Users section inside admin panel without editing core files. Can somebody help me in achieving this.
0
votes
0answers
24 views
Save / Output Wordpress Form
I have a custom html calculating form in WordPress. I would like to know whether I can create a button, which first prints /saves the form to PDF, and then email's it to the relevant staff (and also ...
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
0
votes
1answer
36 views
Placeholders in Jetpack Contact Form
In HTML5 you can use placeholders in your forms to name fields or guide the users. I would like to use this in Jetpack forms but it seems it doesn't support it. You can add a default value like ...
0
votes
1answer
108 views
Passing values by form to create a query
I have this structure:
taxonomy
- term1
-- child term1
-- child term2
-term2
-- child term1
-- child term2
I have two select boxes. First one shows the parent terms (term1 ...
2
votes
1answer
60 views
How to stop form resubmission on page refresh
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 has been uploaded". When the user refreshes ...
1
vote
1answer
261 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
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
1answer
321 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 ...
0
votes
0answers
28 views
Submit form values to external URL shown displayed an iframe [migrated]
I am trying to make a form that on submit passes values to a external URL and show the results as an iframe. The form is the home page and the results must be shown in the first page as well.
Everery ...
0
votes
1answer
30 views
Capturing POST data
I am trying to modify the Member Status Plugin so that the status are based on the data saved on a custom database table.
Basically I wanted to change the administration menu with a form that can ...
0
votes
0answers
37 views
Recording geolocation data from user submitted form
I'm building the following plugin to allow users to submit posts with images via a form. It also generates geolocation information, which I want to store and use with the Geo Mashup plugin.
However, ...
0
votes
1answer
748 views
using AJAX to run sql statement and populate dropdown
I am trying to create a search where the user select two different bit of data from databases and it them prints some results that meet requirements. I know I need to use ajax or something similar but ...
0
votes
1answer
37 views
Multi-part form and wp_redirect()
For starters, it's a plugin (with a shortcode) or at least I would prefer it to be.
I've got two issues both related to wp_direct.
If form 1 validates I want to redirect to form 2, and continue the ...
0
votes
0answers
30 views
Correct process for updating custom field and sending email on form submit [closed]
I've built a client admin area where I want clients to be able to accept or decline contracts. If they click the accept button it updates a custom field to say it's been accepted, but I can't work out ...
0
votes
0answers
34 views
Pass data from one page to anothe file/page in wordpress
I have my custome theme in wordpress.This is the path of my custome theme.
C:\wamp\www\wordpress2\wp-content\themes\sscy1002\sscy1002
I have created a Page in wordpress which contains some form ...
0
votes
0answers
122 views
Custom Front End Register Form Auto Login and Redirect
I have a custom front end registration form that I am using and everything is working fine except I have been trying to get it to automatically log the user in and redirect them to a specific page. I ...
0
votes
1answer
37 views
Check spam in custom form - akismet
I have a plugin that has input form, I have decided to check submitted data with akismet. I do have API key, WP comments are filtered correctly...
here is, what I found: ...



