Im newbuy to drupal and really curious to work more , And i created a content type for profile and link it with edit profile through content profile and make it as multi step using multistep module .
But i wish to make the form in the light box through custom with themeing process.
Anyone please guide how to render the form or any clue.
Thanks,
Nithish
You can use the ajax tools in ctools, or the dialog api which is built on top of them, or use it for inspiration. What you are trying to accomplish is not a novice task, but definately doable.
Related
I am using WordPress for building my own website and I want to building a form with blank space until users can fill the blanks and then submit the form. So the question is which suitable plugin can I use with this ability?
I always use https://www.gravityforms.com as a developer.
If you don't have the money, try https://wpforms.com
And this is also a nice one https://wordpress.org/plugins/html-forms/
If you want to do complex stuff and need to buy a license, then go for Gravity Forms, never failed me!
I'm a beginner to silverstripe and am happy for someone to just point to a relevant section of the docs if they know where I should read. I just haven't been able to find very good instruction on this.
So I have created an Enquiry form for a site I'm building, and have:
/template/Layout/EnquiryPage.ss
/mysite/code/EnquiryPage.php
/mysite/code/EnquirySubmission.php
All are working well, users can upload enquirers and they are stored in the database.
What I want however is, as an admin, to be able to see/edit/delete these forms from within a tab in the CMS. What do I need to know about to be able to do this?
Thanks
Sounds like you want a ModelAdmin.
Pro tip: Don't forget to set your canEdit(), canDelete(), etc. permission methods on your DataObject.
I would like to show some forms in my Drupal Website in a popup or accordion. I have tried popup module but it shows only for viewing nodes and not adding/editing. How can I do that?
Thanks for your help
This can be done with https://drupal.org/project/popup_forms, but you need to do some programming in order to apply it (i.e. it can't be just configured via admin interface).
maybe this module help you Modal forms
In my personal opinion Popups API is a very good module.You could show the necessary contents that suites your purpose .It is quite easy to use.I think you just need to read the documentation.If you really change this module there are other modules available like Modal forms,Modal Frame API,colorbox, Chaos tool suite etc.You can find a lot of modules needed for your purpose. The following links might help you:
https://drupal.org/project/colorbox
https://drupal.org/project/modal_forms
https://drupal.org/project/modalframe
I'm building a drupal site right now where I'd prefer to use views_bulk_operations to administer the standard content overview (admin/content) and user overview pages (admin/people). My trouble is that I also want to use the toolbar module (or something like it) to give my site admins the ability to easily browse to the pages generated by views_bulk_operations (admin/content2 and admin/people2). It doesn't seem possible right now. The toolbar module automatically adds pre-defined links based on a users permissions, and there doesn't appear to be a way to make any changes to those links.
Any ideas? Or, perhaps, any alternatives to the core toolbar module? Thanks!
(I asked the same question here, but thought I'd have a better chance here on stackoverflow.)
I just figured out that I can use the quickbar module to accomplish what I want.
Im fairly new to developing in Drupal, i am using the 7.x code.
I have a site that i need to develop, which has a cycle of images on each page.
I am usually a wordpress developer, and how i achieve it there is a gallery plugin, then insert the shortcode on each page.
Is there something like this in Drupal, or could someone suggest something similar that i could use?
Cheers,
Drupal 7 is a bit shaky at this stage, so some of the module I listed here might not be suitable for production environment.
-Gallery Formatter
-Colorbox
are the two modules that do the trick for me. Search in drupal official site
To make gallery appear on all page, You can load the gallery in the block.
You could create the site at drupalgardens.com and see how they do it. They offer the required functionality or if you are just starting you could start there and export the site later to run it on your own server.
It took me a while to figure the right search query fot this myself, but I think what you are searching for is called a carousel.
Just browse the Drupal Module search of the keywords carousel.
I found the first one jCarousel doing exacly what I wanted, when combined with the Views Module.
Sometimes it's called a rotator or slider and additionally you could check out this Drupal comparison page