Skip to main content

Questions tagged [forms]

The tag has no usage guidance.

0 votes
0 answers
43 views

QGIS/QField sample collection

I have a project in QGIS to register field points (x,y), where I collect different types of samples (soil, water, rock) for the same point. I need that in the "Amostras" table, when some ...
Denilson's user avatar
  • 695
3 votes
1 answer
128 views

How to display and select features within a radius in a QGIS form widget?

Problem: I need a form widget that displays and allows the multi-selection of features from a layer ("POIs") within a defined radius (e.g., 3000m). Ideally, the features should be sorted by ...
MartinMap's user avatar
  • 8,338
2 votes
1 answer
77 views

QGIS Forms Range Widget steps

I am trying to use the range widget in QGIS attribute forms to allow the user to enter values in steps on 0.25 so values of (0.25,0.5,0.75,1,1.25...) The settings above result in values of 0.49, 0.74,...
Sethinacan's user avatar
  • 1,726
3 votes
1 answer
423 views

QGIS Attribute Form -> Value Relation -> Filter expression: expressions or functions to get the names of current layer and current field

Shortcut to the core question: How to write a custom function to get the name of a field in an Attribute Form? I would like to use it as a variable in a Filter expression of a field with a Value ...
Bernd V.'s user avatar
  • 3,199
3 votes
1 answer
108 views

Filter Value Relation dropdown list based on canvas visibility/zoom level in QGIS 3.28

I have a point feature (Pontos_de_monitoramento) and another non-spatial table (ficha_campo). I am adding new features to the non-spatial table (ficha_campo) and one of the fields to be filled in is ...
Denilson's user avatar
  • 695
0 votes
0 answers
57 views

QGIS forms and connected SQLite tables

I have a problem regarding QGIS forms for connected SQLite tables. The description is rather long, but needed in order to explain the issue. While there are many tables, it is the connection between ...
detvanliga's user avatar
1 vote
0 answers
114 views

Arcade Expression for radio button in ArcGIS Field Maps

I'm trying to set a field in a pop up that appears when a feature is clicked. The attributes show up in the pop up and then one must hit the edit icon which brings the form view for the feature up on ...
geoJshaun's user avatar
  • 1,335
1 vote
1 answer
78 views

Using widgets multiple times in QGIS form independently

I am using QGIS to set up a Form to collect data using QField. The form is to use Containers with similar Widgets such as Date and Photo. If I use the same Date widget in two separate containers, they ...
johng's user avatar
  • 21
0 votes
0 answers
36 views

Adding features from GeoJSON in hidden form field in OpenLayers?

I have an HTML form that includes some maps where the user can add features. The data is being saved in a hidden form field as GeoJSON. Example (simplified id and name attributes): <input type=&...
winnewoerp's user avatar
  • 1,504
1 vote
0 answers
41 views

QGIS: Value relation forms

Is it possible to set default value to parent, based on child entry? I know how to do it from parent to child, but I want to do it in reverse. I have two CSV files with values. First I want to edit ...
Dean7's user avatar
  • 358
0 votes
0 answers
25 views

Get Geometry of Inserted Point [duplicate]

Description I have a project that must create default values in fields when he is trying to insert a new feature. As shown in the figure beneath. I'm using PyQGIS 3.28 Problem In the image below, ...
Diogo Barros's user avatar
0 votes
1 answer
75 views

Geometry of recently created point

Description I am currently working on a project that requires the creation of default values in certain fields when attempting to insert a new feature. This operation is illustrated in the figure ...
Diogo Barros's user avatar
1 vote
1 answer
134 views

Set default value attributes form PyQGIS

I'm trying to change an field to a default string everytime an polygon is created in attributes form. For now I have seen Alexandro code and based on that I have something like this: layername = "...
Diogo Barros's user avatar
3 votes
1 answer
251 views

How to recover parent value while creating parent and child layers in a embedded forms setup?

I read the documentation, examples and made many attempts, but I still can't make this work. What I want is to get a value from a parent layer while editing a child layer, when both features are being ...
Horizen's user avatar
  • 567
2 votes
0 answers
89 views

Coded Values/ Domain like with GeoServer and PostGIS

Coded Values in oralce SDE are exposed trough ArcGIS Server as Coded Values in the REST API. This ArcGIS Server REST API can provide the coded values to a webmap client to create a form with a drop ...
jlSta's user avatar
  • 1,096

15 30 50 per page