can i do it like this :

crud.create(...,onaccept=lambda
form:mail.send('halna...@gardeniatelco.com','Contact Us form by : '
+form.vars.your_email,'<html><h4>Full Name :'+form.vars.your_name+'</
h4><h4> Email :'+form.vars.your_email+'</h4></br><p><h3>Comment is :</
h3>'+ form.vars.comment+'</p></br><p> Band is:'+form.vars.your_band+'</
p></html>'))


this is right ???

Reply via email to