[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Creating new forms
Thanks a lot for your response.
I tried all wjat you suggested but still nothing is happening.
My table is still empty.
Error log does not shows any messages.
I removed &fatal &final from profiles order so i just have:
__NAME__ website_profile
name=required
email=required
__END__
I changed
In webiste.txt under products/ I did declare all my columns in table.
mv_form_profile=website_profile instead of mv_order_profile.
so in my webpage I have:
[set mv_data_enable]1[/set]
<FORM ACTION="[process]" METHOD="POST">
<INPUT TYPE=HIDDEN NAME="mv_data_table" VALUE="website>
<INPUT TYPE=HIDDEN NAME="mv_data_key" VALUE="name">
<INPUT TYPE=HIDDEN NAME="mv_data_function" VALUE="update">
<INPUT TYPE=HIDDEN NAME="mv_nextpage" VALUE=ord/send>
<input type=hidden name=mv_form_profile value=website_profile>
<INPUT TYPE=HIDDEN NAME="mv_data_fields" VALUE="table fields in here
separated by comma">
<INPUT TYPE=hidden NAME="mv_doit" VALUE="set">
"input boxes, check boxes etc"
submit button goes here.......
I did defined following in mycatalog/dbconf/default_db
Database website website.txt TAB
but nothing is happening.
I even tried replacing
<INPUT TYPE=HIDDEN NAME="mv_data_function" VALUE="update">
with
<INPUT TYPE=HIDDEN NAME="mv_data_function" VALUE="insert">
but no difference there is still no values in my website table.
I do not know what else to try.
Have any other ideas.
Thank you all so much.
Kind regards;
Alma