Search found 85 matches

by Jochen
25 Mar 2023, 17:25
Forum: Discussion
Topic: Public Forms: Critical Privacy Issue
Replies: 2
Views: 97

Re: Public Forms: Critical Privacy Issue

Thank you, that I have done already. The issue only happens when I pass the URL extension from the web page to the iFrame. I write the following on my php page: <?php $par_item_id = $_GET['parent_item_id']; ?> And the iFrame call: <iframe src="https://xyz23.de/pm23/index.php?module=ext/public/f...
by Jochen
24 Mar 2023, 21:50
Forum: Discussion
Topic: Public Forms: Critical Privacy Issue
Replies: 2
Views: 97

Public Forms: Critical Privacy Issue

When I use Public forms with URL extension for the parent_item_id, so the dropdown for this parameter can be checked as hidden in the public form setting, I can get the following critical data protection gap: When the user deletes the URL extension with the parent_item_id in the browsers URL field, ...
by Jochen
24 Mar 2023, 21:42
Forum: Discussion
Topic: Public Form: send error
Replies: 2
Views: 97

Re: Public Form: send error

It works with both mails for customer and admin, when I deactivate in Email Settings the SMTP use
by Jochen
20 Mar 2023, 15:03
Forum: Discussion
Topic: Public Form: send error
Replies: 2
Views: 97

Public Form: send error

I created public forms, where a customer should leave his comments on a web page, where the public form is included as iFrame. When the message is sent, there should be send a notification to the customer and the admin as well. This seems not to work. On the 2nd attachement you see the 2nd tab of th...
by Jochen
19 Mar 2023, 21:42
Forum: Discussion
Topic: Public Form: use parent_ID
Replies: 1
Views: 90

Re: Public Form: use parent_ID

In the meantime I found the solution: I had to add the URL-extension to the iFrame command.
by Jochen
18 Mar 2023, 21:59
Forum: Discussion
Topic: Public Form: use parent_ID
Replies: 1
Views: 90

Public Form: use parent_ID

When I create a public form in a child entity, I have to choose the Parent in a Dropdown-Field (see picture). Then I can hide this dropdown in the public form. Is it possible to use the hint: In the url address, you can specify predefined field values for the public form. For example: &fields[13...
by Jochen
17 Mar 2023, 21:51
Forum: Discussion
Topic: Add entries in child entities by REST API
Replies: 4
Views: 159

Re: Add entries in child entities by REST API

Thank You Sergey, it took a while until I understood that the parent_id is not the ID of the parent entity, but it is the id of the parent entry. Now it works :-) :D
by Jochen
17 Mar 2023, 13:31
Forum: Discussion
Topic: Add entries in child entities by REST API
Replies: 4
Views: 159

Re: Add entries in child entities by REST API

Thank You Sergey.
This does not work. I think the new entry must know in which Job he must be placed,
so it will be entered in the red marked table of entity 87 linked to the given Job.
What have I missed?
by Jochen
16 Mar 2023, 16:44
Forum: Discussion
Topic: Add entries in child entities by REST API
Replies: 4
Views: 159

Add entries in child entities by REST API

I am trying to add entries in child entities by using the REST API in a web form. The entity structure is added as attachment. I want to add entries in the 2nd child level (entity 87). My script is the following: $items = array(); $items[] = array( 'parent_item_id' => 39, 'field_991' => $bild, 'fiel...
by Jochen
22 Dec 2022, 20:29
Forum: Discussion
Topic: Show pictures via API
Replies: 3
Views: 223

Re: Show pictures via API

Now it works. I had an old link to the API-key. Thank You!