Bootstrap and add form
Bootstrap and add form
Hello
I have made a table with an add button. It works to get the data in the database, but the styling of the add form is a problem.
I'm using Bootstrap.
The code from my form is:
Add
{label-text}/label>
{input field}
In the browser I get the following code:
Add new standard shift
close
{label-text}/label>
{input field}
Ok
Cancel
How can I style the form so that it only shows the form as I wish?
Greetings
FrescoNed
I have made a table with an add button. It works to get the data in the database, but the styling of the add form is a problem.
I'm using Bootstrap.
The code from my form is:
Add
{label-text}/label>
{input field}
In the browser I get the following code:
Add new standard shift
close
{label-text}/label>
{input field}
Ok
Cancel
How can I style the form so that it only shows the form as I wish?
Greetings
FrescoNed
This discussion has been closed.
Replies
Allan
FrescoNed
Allan