Hi all,

I want to change the code of SF in order to accommodate the following
functionality:

 - For multiple instance templates, when a user adds a new one, to add
it at the end of the already added templates (at this moment it is
grouping it with the same kind of templates)

I managed to edit the SF_FormPrinter.inc file and adding a div at the
end (I'm using choosers, so right before the chooser dropdown) and
this way adding the multiple templates work like a charm.

However, when I save, the page is displaying the templates grouped
(like before the modification). So, my question is, where should I
look and change the code so that the templates appear on the page on
the order I have entered them in the form edit page?

I will give an example, in order to make things more clear:

Let's suppose we have template1 and template2. When editing the form I
want to add in order:

(form)
template1
template2
template1
template1
template2
template1

(I changed the code for the form printer and it works)
Still, when I save, the page is displaying the following:

(page)
template1
template1
template1
template1
template2
template2

I want to appear just as I have entered them.
So, please, can anyone help me and just tell me where is the SF
grouping the templates when saving the page?

Thank you in advance,
raduk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Semantic Forms" group.
To post to this group, send email to semantic-forms@googlegroups.com
To unsubscribe from this group, send email to 
semantic-forms+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/semantic-forms?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to