Could any one please help me how should i create a contact-us form in Orchard - orchardcms

I am using Oform to create contact-us form in Orchard.
But it is not working properly. I refered "http://extendorchard.co.uk/tutorial-oforms" and done the same.
But now i am getting error
Serial number needed! Invalidated oForms install is a fully functional Orchard module which has No limitations. However for a small fee you can remove this text and the link on the front end, and HELP us to continue the development and support of this module. Please click here to get the serial number: http://extendorchard.co.uk/license-oforms.

You don't need to use oForms to create a contact form. This post gives you a step by step walkthrough on how to build a contact form using just the built-in features of Orchard.
https://web.archive.org/web/20170604194143/http://devdirective.com:80/post/160/how-to-create-custom-forms-in-orchard-cms-with-email-and-recaptcha

Related

Rally API Add Tags to existing userstory NodeJS

I have been stuck on this issue for a while and I finally ended up asking on here. I need an example on how to add existing tags on existing test case using the NodeJS rally api. I have already seen the Java implementation and it does not help me too much.
I already have an application which creates/updates test cases, test folders, etc. I just got an extra requirement to add tags. I have been looking at their APIs and I am so confused on how to attach the tags. Any help would be greatly appreciated.
Check out this section in the user guide:
https://github.com/RallyTools/rally-node/wiki/User-Guide#add-to-a-collection
That code example is adding defects to a story, but it should be super straightforward to change that to tags...

Using MasterDetail Sample along with Hamburger Template in Template 10

Has anyone used masterdetail sample of template 10?If yes can you please explain it properly and step by step for a novice or give the link to your code (comments included for explaination) .I have just started developing uwp apps and template 10 is good and using hamburger template and would like a masterdetail page in that.From what i can understand that there are two implementation but how to implement that in my app i cannot understand how to do it.Is there any tutorial availabe for that?
correct first implementation is using Visual States only
second implementation is using a control someone in the community is creating.
The switcher button shows 2 implementations.. By far the first implementation is so much easier to get started with and work other features in like using a SemanticZoom for example.
No tuts just the samples. They are really easiest examples out there...

Netsuite : First Few Actions that need to be taken for learning

I got Developer Account of Netsuite. And Know Javascript well. Downloaded SuiteCloud in Eclipse (Though my first Suitelet code is showing errors when I ran it on eclipse as shown in the help centre). Can use Help Centre and Also I have register for the Forum.
Now I need to learn Netsuite, so what should be my first few steps that needs to be taken so that I can proceed properly with learning.
Your guidance will be valuable.
Thanks in Advance.
Regards
Glad
As mentioned above you already owned a Dev account and have eclipse setup with you, so I guess you might have already learnt the essentials of using eclipse plugin for Netsuite. I would rather recommend to play with some client and user event script samples (NS help center) and the deployment process to have an idea how the whole process works in conjunction with record objects. Learning Suitelet involves a lot of learning curves. So better off you jump into Suitelet once you have enough knowledge on the script types and their usages.

Rhomobile add buttons and toolbar to mapview

I am using Rhodes 3.1.0 and trying to implement some mapViews on my App.
From the tutorial I can display the map correctly with all the points I need. Now what I need to do is add some extra buttons/toolbar there so the user can perform some desired actions.
I haven't been able to find any information about this. I have been asking on Rhomobile's Google Group, but haven't got any good answers yet.
I got a suggestion to try this example app, but the app stops responding or I get an error when I try to view the Map.
Any help on how to add additional buttons to the view is greatly appreciated
Related to your other question, I think the way to handle this will be to have the URL for your pin point to a controller and action within your application in the form "/app/Controller/action".
The extra buttons can only be added on the working master branch. It does not work on the current release version of Rhodes 3.1.
If you try the example app with the master branch version you will be able to see the extra features.
The source code can be installed following these instructions

How do I allow the user to select an existing IIS website to install to using WiX?

Does anyone know of a complete, downloadable/copyable example of a WiX installer that allows the user to select an existing website when installing a web application?
I'm trying to get this working and, after seeing that it seems to be a significant piece of work, I'd like to get an example running first so that I have a working project to base my own work on.
I found this (code is pasted as images) and this (can't get it running).
Just to confirm... Is it really as much work as the sites above suggest to allow a user to select the site to install to? Am I missing a trick?
I found this blog post that does the custom action in C# and has a complete downloadable sample. Pretty easy to follow.
Yes, that would be quite a bit of work to do it in WiX. I don't typically give a user this much choice. You might just want to do it as an after install configuration step if it's important to you.

Resources