Is this a custom bootstrap form?
I ask, because I’ll need to create a bunch of front end forms for my project (hobby). The data that these forms submit will also need to be available on the front end immediately once submitted, including file uploads (pdf files), data from forms submitted, etc.
I’ll also need to display data based on dates. Can EE do this fairly easily without an addon?
Example: If 'oil change date' is < 'due date' then <span class="label label-info">Good</span> else if 'oil change date' is > 'due date' then <span class="label label-danger">PAST DUE</span>Sorry, I’m just learning EE so I don’t know much of the lingo (channels, channel fields, etc.)