Adding Validation Message to Canvas Input Fields (Issues in iOS Devices)

While adding a validation message to a canvas Input field in html forms for adding Signature, consider the below points. When we convert the value of blank canvas to a string value for the comparison between empty and non-empty canvas fields, the value for blank canvas will be different for iOS devices including iPhone, iPad,… Continue reading Adding Validation Message to Canvas Input Fields (Issues in iOS Devices)

How to get a free domain

For getting a free domain first got to the website: https://www.freenom.com/ first we have to create an account using our E-mail Id then only we can purchase a free domain from the site. Note that in the website the is no option for sign up for creating an account, only sign in tab will be… Continue reading How to get a free domain

Showing a Popup in the Login Register page when a button clicked

On clicking the upload certificate button on the registration page, a new pop-up needs to be displayed on the registration page. Solution: Create a modal for popup, for that create a separate view file for the pop up and in the view file of login register page, add a click function in events for the… Continue reading Showing a Popup in the Login Register page when a button clicked

Registration page Update: Button for Resale Certificate upload

Adding a button for uploading the resale certificate in the login register page. The button should be visible only when user selects the country: ‘United States’, for all other countries the button should be hidden. Solution: Create button on the template file of login register and also add style in the SCSS file also and… Continue reading Registration page Update: Button for Resale Certificate upload