Re: Forms in Bootstrap 4 Modals?

2019-05-01 Thread Syed .Sayem
; information is needed let me know and I'll get you anything I can. > > I basically want to use forms in Bootstrap 4 modals for my CRUD operations > but cant really find a good tutorial or references to work from. I'm newer > to Django still. I'm sure this is a comm

Re: Forms in Bootstrap 4 Modals?

2018-06-26 Thread Alexander Joseph
Hey Kirby, Any ideas on where I should take this next? Thanks On Thursday, June 21, 2018 at 10:12:41 AM UTC-6, C. Kirby wrote: > > Ok, this is good to work with. Let us tackle this issue by issue. The > first issue is that your modal is not showing up. I see several possible > issues: > > Repl

Re: Forms in Bootstrap 4 Modals?

2018-06-21 Thread Alexander Joseph
So I changed the link to the button as you suggested, and put the static modal in the gaas_wafer_design_list.html file, and commented out the javascript at the bottom, and the modal is showing up as it should now. Heres my gaas_wafer_design_list.html file, highlighted with the changes {% exten

Re: Forms in Bootstrap 4 Modals?

2018-06-21 Thread Alexander Joseph
Thanks Melvyn! I will definitely take a look at that. From some of the tutorials it sounds like there are some differences between Bootstrap3/4 in how the ajax calls would need to be structured but I'm interesting in seeing your approach On Thu, Jun 21, 2018 at 1:03 PM, Melvyn Sopacua wrote: > I

Re: Forms in Bootstrap 4 Modals?

2018-06-21 Thread Melvyn Sopacua
I have a lot of this stuff worked out, but for Bootstrap 3. I've done this in a UX library I've used for various projects, so it's kinda of a need-driven collection of widgets, CBV's and form components - not exactly something for general use. I've made it available on Gitlab, so you can see h

Re: Forms in Bootstrap 4 Modals?

2018-06-21 Thread Alexander Joseph
Awesome! Thanks Kirby, I will try that out and let you know On Thu, Jun 21, 2018 at 10:12 AM, C. Kirby wrote: > Ok, this is good to work with. Let us tackle this issue by issue. The > first issue is that your modal is not showing up. I see several possible > issues: > > Replace > Click here to

Re: Forms in Bootstrap 4 Modals?

2018-06-21 Thread C. Kirby
Ok, this is good to work with. Let us tackle this issue by issue. The first issue is that your modal is not showing up. I see several possible issues: Replace Click here to show the modal with Create a new wafer design Having the href in the a tag makes it want to load to a new page, but a

Re: Forms in Bootstrap 4 Modals?

2018-06-20 Thread Alexander Joseph
> >> >> >> On Tue, Jun 19, 2018 at 2:26 PM, C. Kirby wrote: >> >>> What do you seem to be having trouble with? >>> >>> -Showing the form in a modal? >>> -Dynamically loading a form based on how the modal is launched? >>> -Using

Re: Forms in Bootstrap 4 Modals?

2018-06-20 Thread Alexander Joseph
form based on how the modal is launched? >>> -Using the modal to handle ajax loaded/submitted forms? >>> -Generally building abootstrap4 modal? >>> >>> I have done this and am happy to help, just give me some direction in >>> helping you >>> >

Re: Forms in Bootstrap 4 Modals?

2018-06-20 Thread C. Kirby
4 modal? >> >> I have done this and am happy to help, just give me some direction in >> helping you >> >> On Tuesday, June 19, 2018 at 3:08:59 PM UTC-4, Alexander Joseph wrote: >>> >>> I've posted this before but havent gotten any response. If mor

Re: Forms in Bootstrap 4 Modals?

2018-06-19 Thread Alexander Joseph
n is needed let me know and I'll get you anything I can. >> >> I basically want to use forms in Bootstrap 4 modals for my CRUD >> operations but cant really find a good tutorial or references to work from. >> I'm newer to Django still. I'm sure this is a comm

Re: Forms in Bootstrap 4 Modals?

2018-06-19 Thread C. Kirby
direction in helping you On Tuesday, June 19, 2018 at 3:08:59 PM UTC-4, Alexander Joseph wrote: > > I've posted this before but havent gotten any response. If more > information is needed let me know and I'll get you anything I can. > > I basically want to use forms in Boots

Forms in Bootstrap 4 Modals?

2018-06-19 Thread Alexander Joseph
I've posted this before but havent gotten any response. If more information is needed let me know and I'll get you anything I can. I basically want to use forms in Bootstrap 4 modals for my CRUD operations but cant really find a good tutorial or references to work from. I'm n