kammerer09 Posted September 9, 2016 Report Share Posted September 9, 2016 I'm trying to create a timesheet, where the form is the input and they can input multiple projects under a single user after they login. The issue is that I'm unable to duplicate the Project_Name and Days_Worked fields so that i can input multiple projects at a single time rather than submit a form one by one. Is there a way to duplicate a single field (in this case 'Project Name', & Days Worked). Currently I've created Virtual fields but in relation to the table they pass nothing to it. I want to be able to make it so that the virtual fields function exactly the same as the one created for the table. So the other fields, (Holidays, Leaves, Non-project related, and project 2 - 8 and corresponding days worked) are all virtual. and i want them to add data onto the table as a project under 'Project Name' (see below) and be saved with the same data that is inputted at the top, such as (Company, Department, and Month). Quote Link to comment Share on other sites More sharing options...
aam82 Posted September 12, 2016 Report Share Posted September 12, 2016 you could try using Inline Edit with AJAX enabled to submit multiple records, though one at a time, without a page reload. Quote Link to comment Share on other sites More sharing options...
kammerer09 Posted September 14, 2016 Author Report Share Posted September 14, 2016 Sadly I'm not too familiar with inline coding, is there a tutorial or guideline as to how i can accomplish this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.