hello
i add custom_question_field and want to send the data that enterd in this filed in the email which i reseved as admin
what tag can i use in email body ??
this is the custom_question_field
function my_custom_question_field( $form ) { // Url field. $form['fields']['website'] = array( 'label' => __( 'Your website' ), 'desc' => __( 'Enter link to your website.' ), 'subtype' => 'url', // Default type is set to input. 'attr' => array( 'placeholder' => 'https://mydomain.com/', ), 'sanitize' => 'esc_url', // This sanitize will be applied by default for url field. 'validate' => 'required,max_string_length', // Require and check length of string. 'max_length' => 50, // Required by max_string_length validation. );
Hello all,
i want disable ajax loading editor. Only textarea plain field for answer form.
Anyone can help?
Thank you.
Hey I love your plug in and its exactly what I need for my website. However, I need to know how to include the option for anonymous users to include their email address to get notified when an admin approves their questions and answers it. Similar to the notification option that is provided to users. I want to eliminate the need for creating user accounts on my website and have the question and answers to come primarily from anonymous users. The email they provide should not be visible to the public. It should only be used for notifying the user of question related updates.
is this plugin support to elementor ?
Hi – I am trying to add the INPUT FIELD code as mentioned on link in the AnsPress>Plugin theme file editor> Templates>Functions.php file (at the end)
https://anspress.net/resources/faq/anspress-form-and-validation-api/
I get the below error:
Your PHP code changes were rolled back due to an error on line 158 of file wp-content/plugins/anspress-question-answer/templates/functions.php. Please fix and try saving again.
syntax error, unexpected '<', expecting end of file
How to insert a TEXT Field in Ask Form? I Get below error in the functions.php file. (See screenshot attached)
When a question is answered, I want that question to go to the top, is it possible?
Hi, I would like to remove the link from the string “augusztus 13, 2022”. Where can I remove it’s hyperlink? I would lik eto make it non-clickable.
Thank you for your help,
Peter
Hello all,
firstly… thanks for amazing plugin! And now…
I need make a redirect to login (custom url) for non registered users whose click on vote/upvote button.
Anyone helps?
Thank you!
How can I allow users to upload documents like PPT, PPTX, PDF, DOC, DOCX as an embedded file?
Hi, want to import questions and answers to press from CSV files I try importing the plugin in and using the custom field post_parent but the questions and answers were imported but with no connection have I missing any details when importing the CSV files?
Thanks in advance.