repeating table with no initial values

T

Tim Heuer

I have a form tied to a schema with a repeating section (let's call it
"items"). however when the form loads, i don't want any default to be
there...i want the user to have to add the first node.

how can i set up the form so that when the form loads, it essentially isn't
adding a default node for a repeatable area?

-th
 
T

Tim Heuer

what I'm referring to is a repeating group in your schema.

Say you have:

<orderItems>
<orderItem>
<price/>
<qty/>
</orderItem>
</orderItems>

in your schema and orderItem is defined as a repeating group.

Add that to a form as a repeating table...you'll see that it adds an initial
row. I don't want the initial row.

-th
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top