This is a SUPER BEGINNER, most-ultimate-no-coder question, but I’m not even sure what language to use to find the answer, so apologies for how basic this probably is!
I want to create a simple form to create a course on my elearning site. I’m adding this page as an extra from a template I got from the bubble marketplace.
All the data types have been created through the template:
Hi there, @devin… when you click on the issue checker (the red number at the top of the editor), what does it say the issues are? The problem is almost certainly a type mismatch between the field and the input, but the issue checker will tell you what’s going on.
As @mikeloc says, the issue checker will tell you exactly where the problems are…
But just going from your screenshot…
Assuming you ‘Input course section’ is a regular input element, it can only have a single value, but you’re trying to use it to set a list… hence the error… there’s a mismatch between a single thing and a list of things…
And the other one will likely be that your input is a text, but you’re trying to set a number field…
I want to create:
Course name: How to Win
Course number: 001 ← How do I change this value? I assume not under “Content format,” since “Text (numbers only)” didn’t work, either
Section: 1.1 - What is winning? ← in order to add “1.1 - What is winning?” to the list of sections (like adding items to a grocery list), I need a separate plugin?
Okay, I think I’ve got it! I may just have to create the sections ahead of time in the backend that way I can select them here rather than using this form to create the new section.