Developer forum

Forum » Development » Help with FormMail.aspx

Help with FormMail.aspx


Reply

Hi guys!

 

I have a client, who needs a somewhat advanced form (advanced in layout, not functionality).

 

In order to set it up, we´ve created the fields in the Form module (Extended) and then we copied the code and replaced the tables and td´s with divs instead.

 

Now, for some reason, we get a 404 error when submitting the form. As soon as it goes looking for FormMail.aspx?mode=20 it stops. Weird thing is that it works for me, it works for Dynamicweb, but no customer gets taken to the designated receipt-page. They just get the previously mentioned 404 page.

 

Has anyone ever experienced this before? Very strange...

 

/Casper


Replies

 
Reply
cas@pn1.dk wrote:

Hi guys!

 

I have a client, who needs a somewhat advanced form (advanced in layout, not functionality).

 

In order to set it up, we´ve created the fields in the Form module (Extended) and then we copied the code and replaced the tables and td´s with divs instead.

 

Now, for some reason, we get a 404 error when submitting the form. As soon as it goes looking for FormMail.aspx?mode=20 it stops. Weird thing is that it works for me, it works for Dynamicweb, but no customer gets taken to the designated receipt-page. They just get the previously mentioned 404 page.

 

Has anyone ever experienced this before? Very strange...

 

/Casper

are you sure that you are posting to the correct page with your copied form information?, you will need to set the action to where you attached your module originaly
 

 
Reply

My thoughts were the same as Jais'. If your customer is using Customized and you're not, there could be some path confusion. Make sure you're opening FormMail from the root of the site and not relatively to Default.aspx:

 

/Admin/Public/FormMail.aspx

 

not

 

Admin/Public/FormMail.aspx

 

If that doesn't do the trick, try debugging with Fiddler Web Debugger to see it is actually trying to call.

 

You must be logged in to post in the forum