Forums / Developer / Email format (Creating Forms)

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Email format (Creating Forms)

Author Message

hannes petursson

Thursday 03 April 2003 6:01:46 am

I have gone through the sdk tutorial Creating Forms. I would like to extend this functionality but I don't know how:
1. How to send html email. I have tried to change "collectedinfomail.tpl" template to but without success. I thing it because of the content-type of the email is not text/html, is it possible to set the content-type of the email in the template.
2. How to use other controls than textline and textfield. It seems like that's not possible to use other controls than textline and textfield as "Information collector". Is it possible somehow to use other controls (radio buttons or dropdownlist)? My idea was to have to switch the textline and some html control in the "full_class_ID.tpl" template but I was not able to get the result from the html control in the "collectedinfomail.tpl" template, is there any other workaround?