DEV Community

Discussion on: Welcome Thread - v118

Collapse
 
siya24 profile image
siya24

Hi, I'm junior PHP developer with no previous experience. I'm task to create the following.
-----One----

  1. Log into the system
  2. On the list page click on the course that is now completed
  3. Click on the “delegate admin” button
  4. Capture the delegate fields a. Delegate count (number) b. Municipality / Org (select from the list) c. A switch for “is billable” d. Amount billed e. Click the plus button to include another line item then start at A for the new line item. Rinse repeat till done
  5. Click save

I'm using twig on the front-end. How to do the above functionality with twig and send it to PHP to save to the database?

----Two----
How to a tags on the system to allow users to search/filter by tags?