I have added a message box to a drupal site.I got that massage box from this http://mootools.net/forge/p/message_class url. it is a mootools message box.I want to add a captcha to the end of the message box.I have installed captcha module to this site.I am using drupal 6.how I can add a captcha to this message box?
Go the admin page, you should have a Captcha section where you should be able to add the ID of the form you want to add the Captcha too.
Typically you find this ID number in the form URL, when you edit it.
Related
If a type in a dialog box on a website, is the owner of the website able to access the text? Note I have not submitted the page or draft in any way.
Furthermore if the dialog box is a address bar and comes up with address suggestions and I pick one is the owner of the website able to access this information? Note I have also not submitted the page or draft here.
Many Thanks
If you mean by dialog box input fields inside an HTML page, then the frontend code can listen to changes on the input fields, while you are typing and send that information to the backend. Nothing stops the frontend code from doing that, so it is possible.
I have a Slack bot that, in response to a /command - a search query - can display a list of matched database entries. I would like to present this list as a clickable link + short summary for each of the DB entries (using blocks).
Example:
Clicking the link for any entry should tell the Slack bot to display the full database record as a new Slack message.
I can't figure out how to get a link to do anything other than open the browser. None of the options for deep linking, or linking to a bot mention appear to be suitable.
Can anyone think of a solution for this? I would prefer not to give each list entry a button or accessory to 'open' the link.
already tried :
Each item as an https:// link to the node app behind the bot, passing the title to be displayed. This works but opens a browser window in the interim.
Mentioning the bot in a link <#ABOTID>Title to open
You can only deep link to existing messages, but not use links the same way you can use buttons.
You could of course link directly to your app, but that would always also open the browser, which as you say you don't want.
So for blocks you are left with the option you already mentioned: putting a button next to each entry in the form of a Section with a button.
An alternative would be to use Secondary Attachments. Those are automatically collapsed for longer text and the user gets a button he can click to expand them.
I have created a contact form under Forms with first name, last name, and email that is designed to sign up people for a newsletter. I then created a page so when people click on the link placed on the home page it takes them to a page with the contact form.
Right now when I test the subscribe form out, the data does to to the "back office" where it can be retrieved. However, the information I entered is still in the text fields and, unless you notice the small flash of the web page, one might think nothing happened.
I'd like to know how (or be directed to somewhere in the Kentico 8.2 Documentation) I can make it so that the fields clear and a message appears saying "You have been subscribed to the newsletter." That message can either appear on a separate page on the web site, or send a message to the user email, or both. In the Email Marketing part under the templates there are Subscribe and Unsubscribe templates, but I don't know how to use those.
The other issue is creating an Unsubscribe link. Ideally that will open up to a new page saying "You have been unsubscribed." Kentico 8.2 has an unsubscribe page you can create where the user enters in an email address and then hits the Unsubscribe Request button, but I'd rather not do that. As it stands, I did create a page with that form and tested it, but it doesn't seem to work.
When you edit your form, under general tab, there are settings for what will happen after the form is submitted:
Display Text
Redirect to URL
Clear Form
Continue Editing.
Currently you're using the standard Forms application for something which can be managed through the Newsletter/Email Campaign module. Read the documentation more on how to configure this vs. using the Forms application.
Essentially the steps you will do are:
Create your newsletter following the directions in the linked documentation.
Place a newsletter subscription webpart on your page template and configure it to the newsletter you want them to subscribe to.
Use the out of the box unsubscribe feature to allow users to unsubscribe to your newsletter. No need to add any page to the content tree but you can if you want OR just use the OOTB functionality.
If you follow the documentation you should be able to get it setup properly vs. using an online form.
How can I get the newsletter subscribe box in front in opencart?
I want email text box & a button in front. I have checked many but there is nothing like taking newsletter in front....newsletter section comes only if the user logged in & that too in the account pages. I want it by default to be shown in frontend so the guests can also subscribe.
I checked a lot but only extensions are there which are not free for my version 2.0.2.0
So can anyone please give any idea or code?
Thanks
When a user is redirected to the login screen after clicking the checkout button (because they are an anonymous user), I want to change the login message that reads,"You must login before you can proceed to checkout" to something more meaningful. I have Googled this and searched this site and not found how to do this. Any help would be appreciated.
This message is set in the uc_cart_checkout method in ubercart/uc_cart/uc_cart.pages.inc
See this post on how to override messages as set by drupal_set_message - Alter messages in Drupal 7