Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

onClick into a RadioButton Submit a Form

Featured Replies

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

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

  • Author

Yessss !!

this works !!

good remark

Thanks a lot Garry

Mon

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.