Hi Fanny,
I have visited your site.
i see that the form is working on the advanced search page but is not directing properly.
When I click on search by company it is redirecting back to your listings page.
In the parameters at the top of the page code you need to adjust the following:
parameter name="SearchURL" alias="SearchURL" - the default should be "/AdvancedBizListSearch.aspx"
(This is the advanced search page)
parameter name="redirURL" alias="redirURL" - the default should be "/Home.aspx"
(This is the page that your main XMod module is located on.)
To complate the parameters:
If you are using a special object qualifier, other that the default .dbo, for your DNN Portal database you will need to append your qualifier to the parameter name="DBobjectQualifier" alias="DBobjQual" default="dbo."
As an example:
If you set up your portal using the DNN set up wixard and you named a qualifier DNN1_
The parameter would be parameter name="DBobjectQualifier" alias="DBobjQual" default="dbo.DNN1_"
Object qualifiers always end in an underscore.
If you did not set a qualifier you can leave this parameter as is.
The final parameter to check is parameter name="BDFormId" alias="BDFormmId" default="36"
Making sure that hte 36 is actually the XMod FormId of the form you used on the listing page.
As the instructions state you go to Host tab >> SQL and run the SQL select statement to ruturn the XMod form names and Form Ids.
The Advanced Search is designed for use with the Single Category form and the Category/Subcategory form.
If using the Multiple category form it will return mixed results.
Buck |