Hi
I want people to fill out a form and then when they click submit the form will send an email to a predefined address so that I can review it later.
- How can I get the content of the form
- Then send it to an email address
Any help you can offer is well appreciated
Thanks
I have two database with fields and I have two relationship linking them.
--dumby database--
-table 1-
name
fav_color
fav_day_of_week
address
-table2-
name
fav_color
fav_day_of_week
family_size
--end--
the relationship is
table1::fav_color=table2::fav_color...
Okay I have solved many problems
I now need to reference the previous record to make a calculation. A dummy database is shown below.
day
9 <<<(first record)
10
11
12
The code for this would look something like this.
--code--
if (previous_record != null or does not exist){
current_record...
From what I can gather, in order to have a look up you need a value list?
my dummy database look something like this
col1 col2 col3 col4
row1 a1 a2 a3 "Match"
row2 b1 b2 b3 "no"
row3 c1 c2 c3 "no"
when the search criteria is a2
now I use a...
Hi
I can anyone help me with a problem I have. I need to use the data entered into one field to search the database for matches.
I have been using the perform find script with little success because the criteria only read as a string("") where as I need to use field(field reference) for 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.