Skip to content

Unable to add new form field #2345

Answered by ifox
stuartmcgill asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @stuartmcgill, each field you add at the form level needs a column in your main model table and it needs to be added to the model $fillable array as well. When working with blocks, you don't need any migration, but outside of blocks, data is stored using standard Laravel Eloquent models and attributes.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@stuartmcgill
Comment options

Answer selected by stuartmcgill
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants