I moved a Joomla site to a customer's server from my development server last night. Now when I go into change the mail to address on any form it does not seem to update. The display shows that the e-mail changed from [email]oldaddress@olddomain.com[/email] to [email]newaddress@newdomain.com[/email] but all the e-mail generated by the form still go to [email]oldaddres@olddomain.com[/email].
In addition the same thing occurs to the form's code. When I make a change the interface shows that it's updated but the form behaves as if it was not.
Are there database or ftp setting for chrono forms that need to be changed in addition to the global changes? What else could be causing this?
In addition the same thing occurs to the form's code. When I make a change the interface shows that it's updated but the form behaves as if it was not.
Are there database or ftp setting for chrono forms that need to be changed in addition to the global changes? What else could be causing this?
I have discovered what is happening. The chrono form installation on the new site is still reading the code from the old site somehow.
When I moved the joomla installation I copied all the files from my server to the new server and rewrote some fields in the config file. Are there more setting i need to change to point chrono forms in the right direction?
When I moved the joomla installation I copied all the files from my server to the new server and rewrote some fields in the config file. Are there more setting i need to change to point chrono forms in the right direction?
I have solved the problem.
I have three forms, each posting to the other in series.
Form 1 --> Form 2 --> Form 3 --> Email
This is not done with the multi page plug in. It is done by changing the onSubmit location of Form 1 to the url of Form 2.
The problem was that when I moved the Joomla installation I neglected to update those onSublit locations. I was starting on Form 1, then going to Form 2 and onward on my development server. This is why the code was not updating.
... oops
I have three forms, each posting to the other in series.
Form 1 --> Form 2 --> Form 3 --> Email
This is not done with the multi page plug in. It is done by changing the onSubmit location of Form 1 to the url of Form 2.
The problem was that when I moved the Joomla installation I neglected to update those onSublit locations. I was starting on Form 1, then going to Form 2 and onward on my development server. This is why the code was not updating.
... oops
This topic is locked and no more replies can be posted.