Yes it's possible, but it requires some development skills !
There's no easy way to do it, as you'll need to modify several places (the form, the planning, summary, etc).
Adding extra fields in projects and project creation
-
- Site Admin
- Posts: 395
- Joined: 31 Aug 2017, 15:58
-
- Site Admin
- Posts: 395
- Joined: 31 Aug 2017, 15:58
Re: Adding extra fields in projects and project creation
you need at least to :
- upgrade the database with the new fields
- reflect those fields in file /includes/class_periode.inc
- add new inputs in /templates/periode_form.tpl and add them to the javascript/ajax submit
- apply those fields in save function, file /www/process/xajax_server.php, in function submitPeriodeForm()
best regards
- upgrade the database with the new fields
- reflect those fields in file /includes/class_periode.inc
- add new inputs in /templates/periode_form.tpl and add them to the javascript/ajax submit
- apply those fields in save function, file /www/process/xajax_server.php, in function submitPeriodeForm()
best regards
Re: Adding extra fields in projects and project creation
Hi! I tried to follow your recommendations, but it seems they don't work for me. Is there anything else you can suggest?
-
- Site Admin
- Posts: 395
- Joined: 31 Aug 2017, 15:58
Re: Adding extra fields in projects and project creation
It's difficult to help you in blind mode.
Do you see your new fields ? is there any javascript error when you try to submit the form ?
anything that could help us to find the issue ?
Do you see your new fields ? is there any javascript error when you try to submit the form ?
anything that could help us to find the issue ?