Re: In need of help regarding HTML Submit button

2021-06-17 Thread Aritra Ray
Thank you, it worked! On Tue, 15 Jun 2021 at 00:13, Nikeet NA wrote: > Change the type of button back to type='button" rather than type="submit" > > On Monday, 14 June 2021 at 22:39:27 UTC+5:30 arit...@gmail.com wrote: > >> Hi, >> I'm facing an error with the Place Order button not working when

Re: In need of help regarding HTML Submit button

2021-06-14 Thread Nikeet NA
Change the type of button back to type='button" rather than type="submit" On Monday, 14 June 2021 at 22:39:27 UTC+5:30 arit...@gmail.com wrote: > Hi, > I'm facing an error with the Place Order button not working when the user > is choosing the default address. Kindly help me out in this regard

In need of help regarding HTML Submit button

2021-06-14 Thread Aritra Ray
Hi, I'm facing an error with the Place Order button not working when the user is choosing the default address. Kindly help me out in this regard and let me know if any other files are needed. Thank you in advance Regards, Aritra. class Address(BaseModel): user = models.ForeignKey(User,