Hi!!! wow!!! what a nice extension!!
I found a bug and hope I can contribute to the project.
If there's a ' symbol in any field of the form and someone submit it, he will receive the thank you message and the e-mail, but the data from this registry won't be available at the show saved data function.
Bob,
Great news!! I did some more research and found that all I needed to do was to include another parameter.
ENT_COMPAT Will convert double-quotes and leave single-quotes alone.
ENT_QUOTES Will convert both double and single quotes.
ENT_NOQUOTES Will leave both double and single quotes unconverted.
All is well now.
Great, sorry but we have been busy because the site was getting moved between 2 servers!
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max,
No problem man. You guys have always been a big help to me. It just so happened that I figured it out myself like 5 min after I posted the first question. Anyways, thanks for responding and thanks for the awesome component!
thanks smetal!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi smetal,
Where do you put the parameters? I'm having the same problem.
Thanx, but I still don't know where to put the parameters. Do they go somewhere in the code, or directly into the form?
Hi Astrid,
Not in the form html but in the code that processes the form results - probably near the beginning of the Autogenerated Code box would be a good place.
Bob
Hi smetal,
Thanx. This was easy. At least form submits now, but quotes are converted to something else.
't is 't beste becomes t is t beste in table and still \'t is \'t beste in confirmation e-mail.
But I can live with that............
At least now I'm sure that my table contains all subscriptions.
Hi Astrid,
did you try the 3 different variables ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Astrid,
It sounds to me as though the code may work better in the OnSubmit After or near the start of the Autogenerated box so it runs after the email is sent but before the data is saved.
Bob