praxs1979
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] Send different content to the notification email sent to userthank you
Forum: Plugins
In reply to: [Watu Quiz] Send different content to the notification email sent to userhttps://ibb.co/VVyjjJs (ADDING HTML CODE)
https://ibb.co/DMmqgy0 (When i save the code formatting has been removed)you have to add “required” in input type and its will work…
<input type=”checkbox” name=”terms_n_policy” required > I agree
Regards
Prakashi am closing this thread..
i have fixed the issue…
hello Author, could you please let me know the solution…
Thank you very much !
hello Author, could you please let me know the solution…
Trigger i am using User Registration
Trigger i am using User Registration
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Profile Update RedirectHi,
I have added below code, but it doesnt work…
<script src=”https://code.jquery.com/jquery-1.9.1.min.js”></script>
<script>
$(“#formsubmit”).on(“submit”,function(e) {
e.preventDefault(); // cancel submission
window.location.replace(“/dashboard/my-profile”);
});
</script>Regards
PrakashForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Profile Update Redirectwhat will be redirect code and where should i place it..
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Profile Update Redirectyes i found that , can you tell me the code to redirect ..
thank you
I am replacing below code
.tutor-icon-fav-line:before {
content: “\e909”;
}with
.tutor-icon-fav-line:before {
content: “\e9ed”;
}but still is not working…