Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7455 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello

i wan to create an simple form , just with radio bouttons

the choices come from a ValueList

I want not use the Submit bouton , just perfom a search when

the user activate a Radio Bouton .. on Click

i have tried with JavaScript making running correctely examples not

based in Filemaker .. but when i integreate whith the principes

of FMP i have not succes .. just error like "Objet attendu"

here my modele ...

</form>

<form name="myDomains" action="FMPro" method="POST">

Select one of the folowings domains:<br>

<input type="hidden" name="-db" value="Application">

<input type="hidden" name="-format" value="AppliType.htm">

<input type="hidden" name="-error" value="AppliType.htm">

<input type="hidden" name="-lay" value="Details">

<input type="hidden" value="asscending" name="-sortorder">

[FMP-ValueList: Domain, List=Domain]

<input type="radio" value="[FMP-ValueListItem]" name="AppType" [color:"red"] onclick="?:??" > [FMP-ValueListItem] <br>

[/FMP-ValueList]

[color:"blue"]<input type="submit" value="Find" name="-find">

</form>

here for the moment i show the submit buton to make it work

but latter i wan to remove it

have some one implemented something like it with Filemaker ??

thanks in advance

Mon

Posted

Try this:

FMP-ValueList: Domain, List=Domain]

<input type="radio" value="[FMP-ValueListItem]" name="AppType" onClick="document.myDomains.submit()" > [FMP-ValueListItem] <br>

[/FMP-ValueList]

<input type="hidden" name="-find">

</form>

Good Luck.

Garry

This topic is 7455 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.