Thanks a lot.
Regards,
Victor
I can't understand, how to create "their notice" ?
Max
I think the problem here is double quotes used in a textarea.
Later: No - I checked double quotes in Textarea and in Text input and there are no problems with either the email or the database save with RC5.0
Bob
Hi Max,
I think the problem here is double quotes used in a textarea.
Later: No - I checked double quotes in Textarea and in Text input and there are no problems with either the email or the database save with RC5.0
Bob
Hi Bob,
Yes that is what i meant.
I have tried to update ChronoForm to RC5 but I have got the message "LOADING FAILED::CustomCode Class" comes up. As we need to do a testing session last week, I have put RC4.11 back to my site. Do you have any idea why the message comes up when I installed RC5? Or you think I have to re-create all the forms after install RC5?
Regards,
Victor
Does it get emailed ?
I think that RC5.1 will fix the problem of "Loading failed" but I'm afraid it will have the same issue with the quotes because I think this is either a Joomla issue or your server issue, which Joomla version do you have ?
Cheers
Max
I didn't set email to be sent after the form submit so I'm not sure if the full message will be sent out.
let us know!
Cheers
Max
Ok, lets try to send the form in an email and see if the whole data will be sent or partial one!
let us know!
Cheers
Max
Hi Max,
I have tried to put a code on the "onSubmit" section to print out the php value from the form. It shows properly in the confirmation page but once it has been submitted, the stored value stops before the double quote.
My code used as below to print the value in the thank you page:
echo "title.... ".$title."<br/>";
echo "title2..... ".str_replace('"', '\"', $title);No matter the first one or the second one.. For example, my input value is:
This is with "double quote"
The value will only shows as:
This is with
So even I tried to replace the " into \" by php function, it won't work. Can you please help me to fix this issue as this also affects to the other area which lets users to put hyperlinks in. Thank you very much!
Regards,
Victor
I think this is related to the server magic quotes settings, please send a message to your host admin and ask them for advice and let me know what they say!
Cheers
Max
Hi Victor,
I think this is related to the server magic quotes settings, please send a message to your host admin and ask them for advice and let me know what they say!
Cheers
Max
Hi Max,
I have just figured out that the confirmation page plugin cause the problem. I had just simply put HTML code into the confirmation page before and then every entry to the database will be missed once it met the double quote sign. Is there any update to this plugin or some other way to code the confirmation page to get rid of this problem?
Cheers,
Victor
I will check this!
Max
Please test this in RC5.1 released yesterday, if it didn't work fine then please backup your form and send it to me AND show me the code you have in the confirmation page plugin text box and I will test it!
Regards
Max
