Create dynamic survey form .net
Budget: $20 – $35 CAD
Need to create a impressive dynamic form UI. Api and data will be provided asp.net core Mvc needs to be used.
public class reviewsample
{
public long CustomerReviewID { get; set; }
public string CustomerName { get; set; }
public string CustomerPhone { get; set; }
public string CustomerEmail { get; set; }
public DateTime? CustomerDOB { get; set; }
public int Rating { get; set; }
public string ReviewText { get; set; }
public DateTime ReviewDate { get; set; }
public long CreatedUserId { get; set; }
public Dictionary<string, string> QuestionAnswers { get; set; }
public string companyLogo { get; set; }
public string BackgroundColor { get; set; }
}
We want to get questions answer form from one json file like there will be array and from there that 3rd form data will populated.
var arr = [
{questions:"What is your age":answerType:"textbox"},
{questions:"Are you male/female":answerType:"Radio",answerType:[{id:1,value="Yes"},{id:2,value="No"}]},
{questions:"What is your age":answerType:"checkbox",isMultiSelect:true,answerType:["Yes,"No"]
]
i am giving you one html css make partial views first for every article tab
last page we have to make i mean questions answer page dynamically from json file.
And store those all info in json only and convert html to cshtml.
------------------------------------- JPEG(CUSTOMER FEEDBACK) WHICH ALREADY ATTACHED IN DESCRIPTION ------------------------------------------
in terms of profile pic there will be company logo
static ratings and with json object
static review "Thank you to seller"
{{ reviewData | 'dd-mm-yy' }}
@username {{username | json}}
center part in jpeg " quote will be same color
but the main pic background color based on rgb dynamically code or hash code. YOU CAN USE ITEXTSHARP OR ROTATIVA TO CONVERT HTML IN JPEG.
I need this till in tomorrow end of day.
Best Regards
public class reviewsample
{
public long CustomerReviewID { get; set; }
public string CustomerName { get; set; }
public string CustomerPhone { get; set; }
public string CustomerEmail { get; set; }
public DateTime? CustomerDOB { get; set; }
public int Rating { get; set; }
public string ReviewText { get; set; }
public DateTime ReviewDate { get; set; }
public long CreatedUserId { get; set; }
public Dictionary<string, string> QuestionAnswers { get; set; }
public string companyLogo { get; set; }
public string BackgroundColor { get; set; }
}
We want to get questions answer form from one json file like there will be array and from there that 3rd form data will populated.
var arr = [
{questions:"What is your age":answerType:"textbox"},
{questions:"Are you male/female":answerType:"Radio",answerType:[{id:1,value="Yes"},{id:2,value="No"}]},
{questions:"What is your age":answerType:"checkbox",isMultiSelect:true,answerType:["Yes,"No"]
]
i am giving you one html css make partial views first for every article tab
last page we have to make i mean questions answer page dynamically from json file.
And store those all info in json only and convert html to cshtml.
------------------------------------- JPEG(CUSTOMER FEEDBACK) WHICH ALREADY ATTACHED IN DESCRIPTION ------------------------------------------
in terms of profile pic there will be company logo
static ratings and with json object
static review "Thank you to seller"
{{ reviewData | 'dd-mm-yy' }}
@username {{username | json}}
center part in jpeg " quote will be same color
but the main pic background color based on rgb dynamically code or hash code. YOU CAN USE ITEXTSHARP OR ROTATIVA TO CONVERT HTML IN JPEG.
I need this till in tomorrow end of day.
Best Regards