Adding a moodle form into user tour pop up body in moodle - plugins

I am completely new in moodle. I recently found out user tour module in admin tool. I wanted to have a moodle form into that user tour pop up body so that I can receive some user information during that tour and save it to my custom database.
Is there any way to add a moodle form into that tour pop up body or any way of changing or overriding the core code?

Related

navigate to different pages based on successful completion of a Google form

I'am using a Google Spreadsheet Form to register visitors to my Google Site before I permit them to take a tour which may include 3 to 10 webpages.
How can I verify that the form was filled out successfully - all required fields entered before launching the first page of the tour.
Put the tour link on the forms sent confirmation page. Cheers

Registration plugin, accessing registration data

I would like to develop a website using the Facebook Registration plugin. However, I would like to see whether it is possible to avoid having to save the registration data also on the website's own database.
The application is very simple, and it seems redundant that we need to save all the user data again just so we can pick up a random registration and notify a winner.
I have no problem implementing the plugin successfully, but I cannot seem to find a way to browse the registration data either at the Facebook Apps or using Open Graph.
Anybody knows whether it is possible to browse the registration data if it hasn't been saved on a custom database?
Thanks in advance,
Jorge
Check out the "Reading the data" section of https://developers.facebook.com/docs/plugins/registration/
It says your information will come to you in the signed_request parameter.

Passing user data from Connect With Facebook button into Modx profile fields

I've been trying to use the Connect With Facebook button on a Modx Revolution site. I've been following along with this guide here: http://edwardawebb.com/web-development/facebook-login-modx-sites.
So far, I have the button creating the new user, but it's not passing through the data from the Facebook profile to the Modx profile fields. In addition to that, I need a way to tell the user what their username is so they can login with that username if they chose to (as opposed to using the Connect with Facebook button again).
Here is what my snippet looks like that is creating the profile from the Connect with Facebook button: http://pastebin.com/jdf5zrA8
Eventually, I want to collect more user data than what's in there now, but I figured I would start simple for now. Since this is a bit more advanced than my skills are.
I appreciate any help.
I'm just about to release an extra for MODX Revolution which will do what you need - see http://www.hyper-typer.com/news/facebook-login-modx and http://www.github.com/freelancewebdev/fblogin - particularly the snippets in core/components/snippets.

Joomla , forms with upload and custom field from inside the administration panel

I want a plugin for joomla like jforms or chronoforms in order to make a form to upload videos along with other custom fields to db and manage them. The only problem is I want this functionality to be made from inside the administrator console and not to appear on a page at my site's frontend. My site does not have a login service , so I need to make the admin able to login to administration panel and from there to upload and manage videos.
Do you know of a plugin wich supports this functionality? Thank you in advance.
Found the correct plugin. It is fabrik. http://fabrikar.com

Register User Creation Form using software

I need some idea .I have to design a software that may be console application which should accept URL of Add user page (page dose not have captcha or anything like that).
what my application needs to do is fill that page form i.e username,password and email
and USES POST to register that user
Is it possible?
is it possible for that application to cross platform compatible
what programming language should be used