I must say, i am actualy using a custom page, but it’s not a template in WP. It consists of only PHP Code, so I don’t understand how to use that as a template?
the reason why i didn’t use a plugin: it’s a subscription form for children, in which we also ask the name of the parents.
I check how many children they have and then execute that many query’s:
child 1 – parent name – parent phone
child 2 – parent name – parent phone
child 3 – parent name – parent phone
It’s only to have a list of subscriptions, no extra data needed…
With plugins, I couldn’t alter the sql query’s and they had to put the same info X times….