Anonymous Table Add Only

Hi
I want Anonymous users to be able to Add only (dont want them to see records) but i can not work out how to do this.
If i tick Add only the table does not show, but if i tick list and add it does but shows all records.i am using dymanic secuirty.

any ideas?

  1. Make sure you have already given permission “Add” ONLY for Anonymous users. Do not thick another permission (List, Search, Edit, etc…).
  2. Remove ALL the checked items from the menu editor, then add a new menu item, let’s say “ordersadd.php”, and thick at “Allow Anonymous User” column.
  3. Put the following code in “Page_Redirecting” server event under “Server Events” → “Other” → “Default Page”:

$url = “ordersadd.php”;

  1. Choose “Add Page” from “Table” setup → “Table Options” → “Return Pages” → “After add”.
  2. Regenerate ALL the script files again.

thank you very much