I've got a customer whose products require an awful lot of customer input to order (very specific sizes, location notes etc).
I looked in the AUG about increasing the other info field into 2, but struggled with the Perl and it didn't really provide me with the flexibility I needed.
It's also a little more awkward because different product ranges want different information.
I'm currently investigating a solution where the 'add to cart' button simultaneously adds the item to the cart and submits a form within a fragment elsewhere within the page that the user has completed. This form's action is to a FormMail.php script so the extra information is emailed directly to my client.
I'm not getting any obvious errors, but the mail never seems to arrive. The FormMail script is fine and the server's happy to run it.
Is there any reason why this wouldn't work, other than my dodgy javascript?
Does anybody have any suggestions?
I looked in the AUG about increasing the other info field into 2, but struggled with the Perl and it didn't really provide me with the flexibility I needed.
It's also a little more awkward because different product ranges want different information.
I'm currently investigating a solution where the 'add to cart' button simultaneously adds the item to the cart and submits a form within a fragment elsewhere within the page that the user has completed. This form's action is to a FormMail.php script so the extra information is emailed directly to my client.
I'm not getting any obvious errors, but the mail never seems to arrive. The FormMail script is fine and the server's happy to run it.
Is there any reason why this wouldn't work, other than my dodgy javascript?
Does anybody have any suggestions?
Comment