Forum Moderators: open

Message Too Old, No Replies

Form functionality on dynamic pages

         

ryan26

1:22 pm on Jul 17, 2004 (gmt 0)

10+ Year Member



Hey guys,
I've got two pages - one static and one dynamic - that both reference an include file containing a form for users to fill out. The form sends the data to an asp page. On the static page everything is blue skies. However, the dynamic page just reloads when I click the "submit" button on the form and does not pass anything to the asp page using "post".
Can anyone shed some light on this?

JuniorHarris

3:28 pm on Jul 18, 2004 (gmt 0)

10+ Year Member



Depends on your definition of a dynamic page... ;)

I had a problem with form data on dynamic pages, specifically 404Trap generated pages. I could never get the 404 dynamic page to receive form data, and instead had to create a static page to receive the form data. Not what I wanted originally, but it works well.