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...
Thanks for the suggestions.
progman1010, the problem with your suggestion is that the production root is different from the development path. In production my root is www.myproductionurl.com/ and in development it's www.mydevelopmenturl.com/subfolder/ The reason being is that I have the...
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...
Sweet, it worked!
I don't have access to the .ini file so I used the cleanse function and that did the trick. I also am outputting my form in an echo statement so all of the attributes are single quoted. On that one radio I just changed it to a double quote and escaped it. I also figured out...
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...
Thanks Dave/Mufasa/Santa. I should have troubleshooted (is that even a word?) this better. I am able to successfully run this DECODE statement in Toad, it gives me the results I am looking for.
Where it's breaking is in ColdFusion. I have the code there (the exact same statement as in Toad)...
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">...
Yes GUJUm0deL that's what I want to do. I tried messing around with it myself but only managing to mess it up and I'm not sure what I broke or didn't break. This is an intranet with about 150 users so we want to do this direction. Some of our forms have many many fields and if a user has them...
GUJUm0deL, one more question about your code - if I want to display a text value but want the value passed in the form to be an ID how do I incorporate those into the three dropdowns?
Thanks!
mamabird
GUJUm0deL, THANKYOU THANKYOU THANKYOU!! It works exactly as I wanted and is so clean! I was trying to adapt the code you listed above on Dec 11 and I just couldn't get the 2nd dropdown to work. You're FAQ is awesome!
Thanks also for the fast reply!
mamabird
GUJUm0deL, I am currently going through this exact same issue and am struggling with it. I tried looking at your site at http://highestateliving.com/3.cfm but I get a File Not Found error so I can't see what you've done. Have you written an FAQ yet or do you have information to help out...
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.