Clients Side Custom Input
So I have a form with 5 inputs and each inputs has its own logic , my clients wants a situation that in the future he may wants to add another more inputs and also labeled them by himselves (example he can create another 2 inputs lets say 'gender','qualification'), how can I allow him do that , any suggestion?
1 Reply
So he basically wants a form builder. You need to build a page where he can configure his form and save this to the database. Then on the frontend you need to render the form based on the definition in the database