No I don't want to use MVU UI, I just creating MVC project to check how it works and how the code but backend source code is not available and I cannot see the code.
I got it how to do it, correct me if I'm wrong. e.g., var form2 = await _formRepository.GetAsync(new Guid()); await _questionManager.CreateQuestionAsync(form2, Volo.Forms.QuestionTypes.Checkbox, 0, true, "my question", "description", false, null);
I'm working on ABP Survey in this sprint so I will have queries related to ABP Survey that I will be posting here, so I'm good for now but I will have something in someday. so I'm not closing the ticket as I'm still working on the ABP Survey, Thank You.
Hi,
I have watched a video in this video there is a proper UI for setting up forms for surveys
but then I saw this on this link https://abp.io/docs/latest/modules/forms
also I have the existing project so I don't have the UI and the above in the screenshot also saying I will don't have the UI! so then I need to totally customize it?
also I'm adding Forms Module in my project
please let me know is this a correct way? and in this way what I will get if I don't have the Angular UI for this Module then I need to totally customize the survey.
awaiting for response!
Below are my requirements. How much can ABP help me in fulfilling them?
ABP Surveys built out. This is how the surveys will need to operate: 2 surveys per file. 1- sent 14 days after the file is created 2- sent when the Completed Date is entered in the File screen Surveys will vary based on the Move Type Questions will have 3 formats: (1-5 scale, 1-10 scale, Yes/No) Each question should have a comment to provide feedback The question set will be dynamic based on the services turned on Example – ABC survey question will only be asked if there is a ABC service that has not been cancelled ABC survey question will ask specifically about the vendor that has estimates accepted ABC survey questions can be asked multiple times if there are multiple ABC services that have been turned on and not cancelled.
Hi I wanted to know about lockout policy as i can see some fields for the lockout that are LockoutEnabled and LockoutEnd in AbpUsers
so I want to change the default behaviour like i want 10 login attempts to lockout for 10 minutes for different users different settings is there any way to do it by using ABP. or need to handle in a custom way.