after update articles are not being created. I get the e-mail from the system saying that a user has completed the form. The attachments still come in the e-mail. The e-mail and variables are all correct. The article just doesn't get created. I checked the on submit code and it looks good. Not sure???
Aaron
Aaron
Hi Aaron,
Does your form have some OnSubmit code to process the submitted data. Max has made some changes that might be affecting that. If you post the code here we can see what needs changing.
Bob
Does your form have some OnSubmit code to process the submitted data. Max has made some changes that might be affecting that. If you post the code here we can see what needs changing.
Bob
<p><span style="color: #ffffff;"><strong>Thanks for your Profile! We will review it shortly and if approved it will be published!</strong></span></p>
<p><strong>Cheers</strong></p>
<p><span style="text-decoration: underline;"><strong>FunkyHouseBeats.com team!</strong></span></p>
<?php
$_POST['catid'] = '45';
$_POST['id'] = '';
$_POST['sectionid'] = '6';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>
Hi Aaron,
try to create a table for your form and save to it and see if this works fine instead of the content table ?
Cheers
Max
try to create a table for your form and save to it and see if this works fine instead of the content table ?
Cheers
Max
okay, I know how to create a table, but I'm not sure what is needed exactly for that table... also, do I have to do this for all forms on my site?
When you say "Try", are you saying that because this is a known fix, or just something that you want me to try.
Aaron
When you say "Try", are you saying that because this is a known fix, or just something that you want me to try.
Aaron
Hi Aaron,
It a test, do it for one form using the Create Table icon on the Forsm Manager toolbar. More instructions in the Tutorial from the Downloads area here.
Bo
It a test, do it for one form using the Create Table icon on the Forsm Manager toolbar. More instructions in the Tutorial from the Downloads area here.
Bo
sounds good! BTW the textbox we are writing in (for this thread and most likely all others) is blurred still. It seems like the text is the wrong size or something.
I'll try your suggestion and get back to you!!
Aaron
I'll try your suggestion and get back to you!!
Aaron
okay I followed the tutorial and I created a new table, added the fields and attached it to the form. When I use the form, an entry in the DB is created, but there is still no article being created.
???
p.s. Just wondering what changed in this build that would break how it worked before?
???
p.s. Just wondering what changed in this build that would break how it worked before?
the bad thing is that I'm going on a trip in 3 hours for 2 weeks and I won't be able to test and work on it.
:(
:(
I just tested it again. the record is created, however there is still no article associated article.
record details:
Field name Field Data
cf_id : 2
uid : IZjRlM2ZiODZjZjEw
recordtime : 2009-05-15 - 15:23:07
ipaddress : 24.141.166.3
cf_user_id : 63
created_by_alias : Aaron
title : Aaron Bradley
text_2 : Canada
file_5 : 20090515152303_aaronbradleyrq6.png
fulltext : Test DJ profile
on submit code:
<p><span style="color: #ffffff;"><strong>Thanks for your Profile! We will review it shortly and if approved it will be published!</strong></span></p>
<p><strong>Cheers</strong></p>
<p><span style="text-decoration: underline;"><strong>FunkyHouseBeats.com team!</strong></span></p>
<?php
$_POST['catid'] = '45';
$_POST['id'] = '';
$_POST['sectionid'] = '6';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>
test DB:
jos_chronoforms_Add_DJ_Profile
record details:
Field name Field Data
cf_id : 2
uid : IZjRlM2ZiODZjZjEw
recordtime : 2009-05-15 - 15:23:07
ipaddress : 24.141.166.3
cf_user_id : 63
created_by_alias : Aaron
title : Aaron Bradley
text_2 : Canada
file_5 : 20090515152303_aaronbradleyrq6.png
fulltext : Test DJ profile
on submit code:
<p><span style="color: #ffffff;"><strong>Thanks for your Profile! We will review it shortly and if approved it will be published!</strong></span></p>
<p><strong>Cheers</strong></p>
<p><span style="text-decoration: underline;"><strong>FunkyHouseBeats.com team!</strong></span></p>
<?php
$_POST['catid'] = '45';
$_POST['id'] = '';
$_POST['sectionid'] = '6';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>
test DB:
jos_chronoforms_Add_DJ_Profile
Hi Aaron,
Please contact me through the contact us page and I will send you something to test!
Cheers
MAx
Please contact me through the contact us page and I will send you something to test!
Cheers
MAx
This topic is locked and no more replies can be posted.