We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62ca8e commit 135e610Copy full SHA for 135e610
DomainModels/JobApplication.cs
@@ -7,7 +7,7 @@
7
8
namespace SurveyJSAsFormLibrary.DomainModels
9
{
10
- [DomainModelForm("job-application", "Job Application Form (auto generated)")]
+ [DomainModelForm("job-application", "Job Application Form")]
11
public sealed class JobApplication: PersonInformation
12
13
[FormField(ChoicesByUrl = "https://surveyjs.io/api/CountriesExample")]
DomainModels/NPSSurvey.cs
@@ -8,7 +8,7 @@
- [DomainModelForm("nps-survey", "NPS Survey (DM without attributes)")]
+ [DomainModelForm("nps-survey", "NPS Survey")]
public class NPSSurvey: DomainModel
14
public int NPSScore { get; set; }
0 commit comments