Automatic form fill backend

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
markus12345
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Apr 01, 2015 9:53 am

Automatic form fill backend

Post by markus12345 » Wed Apr 01, 2015 10:02 am

Hello guys,
i got a little tricky problem with the forms in the backend. i created allready a button in the backend. That button copy all previeous values from the edit view form and should fill them to the next form with a new itemid. My problem is that i cant use javascript in that case. I tried several way's like writing an own bind method or trying to overwrite the save() function. But is there a possibility to solve this stuff in an easy way? Thanks for any Help

wjhildreth
Joomla! Intern
Joomla! Intern
Posts: 71
Joined: Tue Jan 27, 2009 9:51 pm

Re: Automatic form fill backend

Post by wjhildreth » Thu Apr 02, 2015 2:07 am

Couldn't you call a save method to write the data to your tables, get the insert id and redirect to the edit view for that id?

Joe


Locked

Return to “Joomla! 3.x Coding”