Hello everyone,
I have a ContiForm that employees can fill out and then submit. The form is to address discussion points and has fields such as department, issue, comments, etc. They can also select a date on a forum meeting we hold every other week, which is populated on a calender on our Confluence page. Once they press "submit" the form is listed on a TableView.
2 questions:
1. How can I have the TableView list be clickable where the actual form comes up once I select a submitted line form on the TableView.
2. On the submission form, how can I have the form show up as a discussion topic on a list on the date they have selected in a specific forum meeting. That can be accessible from the calender view.
Thank you!
Hi
1. You can add an EntryViewer macro inside the TableView to bring in the read-only view of the record
2.Not sure I understand - do you want to add new records by clicking on the CalendarView?
Alex
1. Thank you for the response! The EntryViewer is exactly what I was asking, I'll have to massage the information to look what I need.
2. So on the form, there is a date field called On-board date, So we hold bi-weekly meetings for these forms, and I want the entry for "on-board date" depending on what date you select on the form, it will then show up as a list item or "discussion item" on the calendar event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On #2 - Do you want to click on a CalendarView's date and it should show the UI form to add a new record and the date (you clicked on) will be preselected in a field in a form?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I click it, I do not want to take me to a "add a new form" page, instead, I want to see what has already been added, but a list view, and the list view is determined by a "Onboard date" when filling the form out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should then set the CalendarView to render with a body placement of one of these 2 options
And inside the CalendarView macro body put ConfiForms Field macros the way you want you data to be rendered
This way the pane on the right/left (depending on the earlier choice) will render a view over the data that corresponds to a certain date which you click on it on the calendar
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.