I have a form with a combo box field. I want to create three other fields that are controlled by whatever the user selects. For example course has course name, and type. I want the to field the user selects to be the course number and then two other fields are automatically populated, course...
I have a database that I would like to enhance to make data entry user friendly. The database collects information on faculty. The main form has a section of faculty education. Some faculty may have two or more degrees. I would like to have the user key in a value X which will equal the number...
I have a loop that will insert user course selections. I also want to keep a running sum of the costs for these courses. The course fee is stored in tblCourse.course_fee
which is then multiplied by number of people attending the course, which the users enters a value(no_attending). I keep...
I am trying to create an update menu based on a list of items (course numbers) that once the user selects a course the list of attendees will be populated on that same screen. Once the names appear the user then has the ability to delete edit and add to the selected course.
I know how to do...
My form action page displays what a users has submitted and then sends that same information to their email address.
Currently the <cfmail> information looks like:
<table border="0" cellpadding="5" cellspacing="0">
<CFSET variables.bg_color = "E5DEEB">
<CFLOOP index="i"...
I am trying to finalize an online registration process. The form consists of checkboxes and text fields. Email is being used as the PK and a value of aap2@nyu.edu was entered into the form. The values are passed to an action form which contains the following queries:
<!--- Initialize a...
I have an online system with many courses. I would like to insert a course_id for as many courses that are selected.
I'm using email address as the PK and the table that it should insert to will contain the following: h_email, course_id
The following is the insert loop I've set up in the...
I'm not sure if this is a file issue or if it's just the way I've set up the document.
I want to pass the following:
<a href="forms/emailpage.cfm?course_oneday.html" target="_blank">email to a friend </a>
To a form which supposed to take the course_oneday.html and populate a field as well as...
I had a file cours_3day.html saved as a CFM because I added some CF code and after testing the web page the drop down menus have a ? that appears before the menu items. Has any else experienced this.
Here is a link to the page, http://www.seliginstitute.org/course_3day.cfm
Thanks for your help.
Hi there,
I created an email a friend form that is returning the following in the email
This page was emailed to you because Anna thought this might be of interest to you:
<a href=" www.seliginstitute.org/course_3day.cfm"> www.seliginstitute.org/course_3day.cfm</a>
How do I not return the...
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.