How to edit address form?
-
Hello,
I want to edit address form. i don't want country's table because my app is local scale (which means Indonesian scale) I want to put province, post code, and address, is there any way to edit form? it seems so complex to edit it. thanks. #3043
version 1.1.2
-
you need to set it as hidden field, and remove the validations of required
-
@prateek-webkul And how to edit 'city' database column to 'province'? What should i change?
-
unable to understand your query, if you want something to be changed then you need to alter the respective code at places where it is used in process.
-
I want to add more field in ‘address’ table, how can i do?
-
Follow https://laravel.com/docs/7.x/migrations#creating-columns. It may help..