scapel
Forum Replies Created
-
Forum: Hacks
In reply to: Create page and contentHello all,
Yes, template is the solution! I can’t get directly paramters inside to build the form inside, but i can get the id of the page for which i associate in the data base the informations i need.
Thanks!Forum: Hacks
In reply to: Create page and contentHi bcworkz,
You are right, i have got an admin menu with a form. I store parameters from this form to create one or several pages, and to this step, all is ok. Now i would like create forms on these new pages for non admin users. These forms depend also of parameters records from the admin menu.
(This is a plugin to performs a system to register runners for a race with different types of races).
I’ll try by using template, and a returned to say if i success…
(sorry for my englih, i hope to be not so horrible to read!)Forum: Hacks
In reply to: Create page and contentHi and thank you for these responses, but have got in my admin menu a form, in function of the responses filled in this form, i want create one or several pages with other forms for common (not admin) users, these “common user forms” are not static, it depend also of the responses the admin form had collected.
I think use another plugin to do that (forms dependent of others) will be more complicate…