Ashish Shah
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Surveys] Cant Enable the submit buttonCan you please explain how can i enable the submit button and make the functionality working?
Forum: Plugins
In reply to: [Awesome Surveys] Found a BugThank you.
Forum: Plugins
In reply to: [Awesome Surveys] E Mail Notification After completing SurveyThank you
Forum: Plugins
In reply to: [Awesome Surveys] Found a BugSure no problem Will,
Though I have solved this issue for now just by commenting tha chunk of code which was unnecessary or not used.Forum: Plugins
In reply to: [Awesome Surveys] Suddenly the responses are not stored in databaseHi Will,
I have resolved the issue. But it raised a new one. Now I am not getting the perfect result.
Shall I share my code with you to look at if you can take some time out from your busy schedule?Forum: Plugins
In reply to: [Awesome Surveys] Textbox to input in Radio typeHi Will,
Yes I can understand. So dont be sorry. It’s okay.
And yes, there is no need to go to stackexchange now. I have resolved the problem.
Thank you and hoping to see this functionality in 1.6 🙂 . You can use my logic if you find it worth to put textbox in radio button or checkbox type questions.Forum: Plugins
In reply to: [Awesome Surveys] Textbox to input in Radio typeAnd 1 more issue I have found that I am not able to make this textbox as required field. It must be give error if I have selected other and not inputter anything in textbox.
Need your help in this.Forum: Plugins
In reply to: [Awesome Surveys] Textbox to input in Radio typeSorry not to mention the textbox place. I have put the textbox after the end of “</label>”.
</label> '; if($text === "Other"){ echo '<input class = "js-other-text" id="chk-other-text-', $this->_attributes["id"], '-', $count, '" style="display:none;">'; }Forum: Plugins
In reply to: [Awesome Surveys] Textbox to input in Radio typeHi Will,
I have put textbox somehow, But I am not getting the user input in $_Post for that perticuler textbox.
I have added below code in Checkbox.php file immediately after completion the foreach loop
} // End of foreach echo '<script> $(\'input[type="checkbox"]\').on("click", function(){ var chkboxValue = $(this).parent().text().trim(); if(chkboxValue == "Other"){ if($(this).is(":checked")){ $(this).parent().parent().find(".js-other-text").show(); }else{ $(\'input[type="checkbox"]\').each(function(){ $(this).parent().parent().find(".js-other-text").hide(); }); } }else{ $(\'input[type="checkbox"]\').each(function(){ if($(this).parent().text().trim() != "Other"){ $(this).parent().find(".js-other-text").hide(); } }); } }) </script>';Forum: Plugins
In reply to: [Awesome Surveys] E Mail Notification After completing SurveyWow… awesome…. thanx… will be waiting for the release fo v1.6 🙂
Forum: Plugins
In reply to: [Awesome Surveys] Feature Request of Editing SurveyThank you so much for clearing my doubts. 🙂
Forum: Plugins
In reply to: [Awesome Surveys] Feature Request of Editing SurveyHello Will,
I have some doubts:
1. Will the responses be applied to the cloned survey?
2. Do I need to clone a survey all the time I want to add questions and answers? If yes then which survey I shall clone the second or third time? The original survey or the last cloned survey?Sorry If my doubts are stupid or illogical. But I need to clear them out. 🙂
And yes, currently I dont have any ideas to implement the change questions type but will definitely let you know If i come across some ideas.
Thank you
Forum: Plugins
In reply to: [Awesome Surveys] Textbox to input in Radio typeThank you for liking my suggestion. And yes gravity forms provides that. Hope to see this in future version.
Forum: Plugins
In reply to: [Awesome Surveys] E Mail Notification After completing SurveySure thank you so much… 🙂