Another solution can be:

{{extend 'layout.html'}}

 <h2>Education CV</h2> <div id='form1'>{{=education_form}}</div>

<h2>Student</h2> <div id='form1'>{{=student_form}}</div>

<h2>School</h2> <div id='form1'>{{=school_form}}</div>


On Wed, Jun 26, 2013 at 12:47 PM, Tom Russell <t...@caregointl.com> wrote:

> Saved mine too, got it originally from
> http://www.web2pyslices.com/slice/show/1457/adding-fieldset-and-legend-to-forms
>
>
> On Wed, Jun 26, 2013 at 12:39 PM, António Ramos <ramstei...@gmail.com>wrote:
>
>> That is a very clever solution.
>> Saved my day.
>>
>> Thank you
>>
>>
>>
>>
>> 2013/6/26 Tom Russell <t...@caregointl.com>
>>
>>> form[0]=TABLE(
>>>     FIELDSET(TAG.legend("Patient Info"),TABLE(fs0),_id="register0"),
>>>     FIELDSET(TAG.legend("Emergency Contact
>>> Info"),TABLE(fs1),_id="register1"),
>>>     FIELDSET(TAG.legend("Dependents"),TABLE(fs2),_id="register2"),
>>>     TABLE(fs3))
>>>
>>
>>
>>  --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to