gads, sounds like what you want isn&#39;t a webform but an actual Ubercart product. That will provide you with all of the other features that you may want - order tracking, reports, extensibility (particularly with regards to extra payment methods that you may need in the future)<div>
<br></div><div>Install Ubercart and create a content type / product  for the registration. Set the price to $40 and add an &quot;Attribute&quot; for the membership type and options for &quot;Individual (+$0)&quot; and Family (+$10). Configure Ubercart to accept the payment types of interest. One exists for each of the options you specify and is far more robust than something you would throw together. </div>
<div><br></div><div>You could add the children as an attribute, or as a  &quot;member names&quot; field with &quot;unlimited&quot; values. <br><br><div class="gmail_quote">On Mon, Feb 8, 2010 at 7:19 PM, Holly Ferree <span dir="ltr">&lt;<a href="mailto:hferree@gmail.com">hferree@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello all,<br>
<br>
I have an event registration form to set up. I like using webforms (have<br>
drupal 6 site).<br>
<br>
I need to know how to add payment type. Each registration is either $40 for<br>
individuals or $50 for family (so I have two different amounts). And the<br>
three payment options the client wants is:<br>
<br>
1) I will bring Check or Cash to registration<br>
2) online via Paypal<br>
3) I will mail a check<br>
<br>
-----<br>
<br>
Also in the form, I need the name and age of a child (for the daycare for<br>
the event) and would like to put that on the same line so it would be:<br>
<br>
Child&#39;s name:________________    Age:____<br>
<br>
I figure having one child&#39;s info per line is easier to understand than:<br>
<br>
1st Child&#39;s name:<br>
1st Child&#39;s age:<br>
2nd Child&#39;s name:<br>
Etc.<br>
<br>
To put it on one line, should I create a form_name.tpl.php with the<br>
appropriate field info to insert stuff where I want it or is there a better<br>
way to do it? Or should I do Child 1 in a fieldset with the 2 fields and<br>
then child 2 in another fieldset, etc. (that seems to be the easiest way for<br>
drupal and just as easy to understand as the same line option)<br>
<br>
Just wondering what is the best practices/way to go about the above.<br>
<br>
<br>
Thanks,<br>
<br>
Holly Ferree, Graphic Designer, BFA<br>
813.786.0852<br>
<a href="mailto:hferree@gmail.com">hferree@gmail.com</a><br>
<a href="http://www.designbyholly.com/" target="_blank">http://www.designbyholly.com/</a><br>
<br>
PS BTW the issue last week was solved by drupal_add_js (and I added<br>
jquery_update module as well). So thank you for all those that gave advice<br>
:) It worked and I&#39;m very happy not to be limited anymore:)<br>
<br>
<br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
</blockquote></div><br></div>