well if it is on the screen then it can be printed that way. so apparently both. center aligned, size 12 font, silver color,no images
just simply:
please contact us at : 800-546-8463 ext.589
is that good?
here is what i receive
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][MySQL][ODBC 3.51 Driver][mysqld-4.1.3-beta-max]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at...
ok i used the '#dateformat(now(), "dd-mm-yyyy")#' and it submitted fine. Only now it isnt showing the date in that format in my database? You want me to only change in the values portion corrcect?
VALUES(
'#dateformat(now(), "dd-mm-yyyy")#',
'#FORM.last#',
now when i use your way bomboy i receive this error message:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][MySQL][ODBC 3.51 Driver][mysqld-4.1.3-beta-max]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version...
ok you ask and you will receive:
<cfif IsDefined("FORM.Submit")>
<cfquery datasource="WTG" name="insert_rec">
INSERT INTO emp_app (
#CreateODBCDate(FORM.app_date)#,
last,
first,
middle,
maiden,
address_1,
address_2,
city,
state,
zip,
social_security,
phone...
I created an online application submitting to itself. I have the code below for the beginning of my cfquery: I am having a problem with the date. app_date is the date field i am using. When i test it out i receive error executing database query. N E ideas?
Thanks in advance...
My bad. Here you go!
[code]
<cfif IsDefined("FORM.Submit")>
<cfquery datasource="WTGI" name="insert_rec">
INSERT INTO emp_app (app_date,last,first,middle,maiden,address_1,address_2,city,state,zip,
social_security,etc...,discharge_date)
VALUES...
Thanks for responding. When I use the syntax you gave me, i get an error saying:
Element APP_DATE is undefined in FORM
Is it because of the pound signs? When i use it without the pound signs it works, it just doesn't show any of the answers.
Heres the code with an example of the fields i am using:
<cfmail subject="A new application has been submitted" from="admin@company.net" to="hr@company.net" type="html">
Im submitting an online application to itself through email. I added the value=#form.formfield# to the fields.
I also added type = html to the cfmail tag;which worked fine. It shows the whole html,but, it is not showing any of the answers in the field within the cfmail tags. What should I do...
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.