PDA

View Full Version : Redirect on Form does not work


lsvf
11-12-2004, 06:55 PM
I created a form with a redirect to a "thank you" page. The form works fine but the page does not redirect to the thank you page, it redirects to a blank page with this URL:
index.php?pr=49a5c8a4bf&=SID

What am I doing wrong?

Linda

Cameron Allen
11-12-2004, 10:21 PM
I am not sure why it did this... An easy way to fix this is to do a UDT_Search_and_Replace . Select the search and replace table and search for: 49a5c8a4bf&=SID and replace it with: Thank_You

lsvf
11-13-2004, 02:16 PM
Where do I find this feature -- UDT_Search_and_Replace?

Cameron Allen
11-14-2004, 02:07 AM
It is in the database table manager. Click on Database Table manager, then select UDT_Search_and_Replace from the drop down menu. Now click edit data table. Next click add entry to table, and the rest is self-explanitory. =)