I have a page that lists several papers that users need to register for (through salesforce.com) There is one registration form and 3 buttons ("get doc 1", "get doc 2", "get both docs". Since this is set up through salesforce there are 2 items I cannot change:
<form...
Hello, I am new to PHP so I'm trying to struggle through this issue. I have taken over a site in which the previous developer didn't believe using a directory structure to keep files neatly organized - 90% of the pages in the site are all in the main directory. One of my goals is to clean this...
I have a form, the contents of which gets emailed to someone. The form has a textarea and several radios.
If the user enters "John O'Connor" in the textarea the outputted value is "John O\'Connor".
One of the values in one of the radios is "Don't Know". If selected the outputted value is...
I am using CFMX and Oracle 10g.
I am trying to populate a dropdown list from a database using the format "last name, first name". One of the values in the list of users is NA (there is an NA in both the first_name and last_name fields of the database). I don't want the NA record to display as...
I am using the DECODE function and my default value has a comma. When I run the query, it's cutting off everything after the comma in my default. How can I get the entire string returned?
SELECT DECODE (
mycol, '1', 'One',
'2', 'Two',
'3', 'Three',
'This, is...
I have a parent form that opens a child form so users can pick some values. When they submit the child form the values correctly populate the parent's input fields.
However, I don't want them to be fields on the parent, just text written to the page. It works when I have <input type="text">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.