Interface elements that allow a user to input data.
0
votes
0answers
4 views
Admin form that generates an email confirmation ends up in SPAM [duplicate]
I have an admin form that I have setup for a client, that generates an email confirmation from a template I have designer... It works really well but it ends up in spam some of the time, and this is ...
1
vote
1answer
35 views
How to make browser offer “remember password”
What properties login form needs to have to trigger "remember password" for all (or most) browsers?
Background: For years I have been using Opera, and the rule has been that almost anything that ...
0
votes
0answers
6 views
What is the simplest way to automatically populate a form? [closed]
I am updating a site for a training company. Each course has its own page, on which the dates of upcoming courses are listed. At present, the customer manually fills in a booking form with all the ...
0
votes
0answers
6 views
Submitting form in wordpress plugin [migrated]
I am new to wordpress and currently making a plugin.
I am getting list of authors using
<?php wp_dropdown_users(array('name' => 'author'));?>
Now when submitting my form I want to retain ...
0
votes
2answers
92 views
Form validation - security and input specification
So I'm working on a register form and I have four fields: name, username, email and password. I pick up the values of these fields in jQuery and depending on if all the fields are filled, I pass them ...
0
votes
1answer
82 views
Tracking form abandonment
I'm looking for a decent way to track form abandonment. Ideally, I would like to see how many people start filling out a form but do not complete it, as well as the last field that was filled out.
...
2
votes
1answer
61 views
Can bots crawl through “checkbox” form elements which act as a filter for products?
For example, my site has a list of products, with a filter box which allows you to narrow by price, features, etc. My question is, can google crawl this form, see the url results (which is a bunch of ...
3
votes
1answer
127 views
Do Search Engine Spider's submit POST forms?
If I have content behind a POST form (a select box, in my case) will Googlebot, or other Search Engine Spiders be able to crawl the content behind that form?
For example, if I were to have 4 ...
0
votes
0answers
49 views
Web form organization for pricelist import
I am developing small CMS for eCommerce. Fo this I want to create script for pricelist import.
I store all data in database so that one goody is a group of records in several database tables joined by ...
3
votes
1answer
154 views
we choose to use tables to layout web forms: (how) can we make them valid/accessible?
we are building a site with dozens of very complex forms and we decided that the best solution for us is to make them using <table>
but we are worried about accessibility and standards.
what i ...
0
votes
2answers
318 views
POST data to another form with php
I want to create a form on my page to get information this is easily done and the problem.
I want to 'POST' information to my own php-page, creating a new id and saving the information to my ...
2
votes
1answer
87 views
New to website form validation
I'm new to form validation and I have been lucky over the years. I would like to update my method of form creation in my sites. I was curious to know what is standard and if there is a pre-existing ...
3
votes
2answers
209 views
Implementing inline editing for a web order form without using Javascript
As the title states, I'm trying to find a good solution to implement inline editing for a web order form with just HTML/CSS.
The only mediocre solution I have right now is this -> ...
3
votes
3answers
234 views
Why do websites require retyping the password upon user error in a registration form?
Many times, when you fill out a registration form and miss a required field, the form reloads with all the fields filled out except for the password which you have to retype.
I'm wondering if I ...
1
vote
1answer
37 views
Where are the messages?
Where can we find the messages sent by the users using contact form in Joomla 2.5?
I just activated the contact us page in the menu. While testing it, after filling all the fields and submitting the ...