I'm currently working on some personalisation functionality which gathers a users segment (based on the types of pages they look at, campaigns they have taken in the past, donation amounts etc), adds this as a cookie in the browser which is then read by Drupal to alter the page. Unfortunately the first part has to be done with Javascript but it works fine.
A simple example could be: If current user has segment "has donated once", change the "Donate now" button to "Donate monthly".
when a customer places an order an order acknowledgement email is automatically generated by the system
In some instances (notably Hotmail customers) this email is not received by the customer
If we contact the customer directly from the same email address this email always gets received.
The problem is we don't know which customers have received order acknowledgements which makes order processing very difficult
Varian Medical Systems looked to improve the speed and delivery of localized web content and needed module that was capable of quickly translating web content into multiple languages.
I have coded a multi-step form and added the code in a block. Now, I am having trouble in my form submissions. As I am new to Drupal 7, I don't know how to specify where to send the data and how to handle the data received from users. I would appreciate it if you could help me with this issue.