I'm skilled at theming, though I sure appreciate the good instructions with the webform. I need to have a bit of preface type information on the confirmation email that gets sent to people asking for reservations at a small B&B. The hidden textfield is great since it can be part of the mail and not displayed on the form. It's limited in the number of characters that can be submitted though. If a textarea could be used (HTml or not!), that sure would be a quick solution to my little problem. Thanks for such great work.

CommentFileSizeAuthor
#1 webform_hidden_textarea.patch852 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new852 bytes

Sure! I don't know why there's that 127 character limit on there at all, since column in the database column is already a "text" in size.

I applied the following patch to the next version.

sciman’s picture

Thanks so very much. I look at my request and marvel at my typos. It's the fact that I'm not good at theming that drives me to request such a modification. I much appreciate the help, and I hope others will find this useful as well. Your responsiveness makes me feel better about all the hours I tear my hair out trying to figure out how to get Drupal to work;-)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

mikeyx’s picture

Is there a way to patch that on a 5.x version? And how does one attach the patch?